This commit is contained in:
Erik Frojdh
2020-03-09 12:49:24 +01:00
parent e4a86e544a
commit bd47c969dd
10 changed files with 42 additions and 65 deletions

View File

@ -22,13 +22,13 @@ qCloneWidget::qCloneWidget(QWidget *parent, SlsQt1DPlot* p1, SlsQt2DPlot* p2, Sl
}
qCloneWidget::~qCloneWidget() {
if (plot1d)
delete plot1d;
if (plot2d)
delete plot2d;
if (gainplot1d)
delete gainplot1d;
if (gainplot2d)
delete gainplot2d;
}