mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-22 01:27:59 +02:00
WIP
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user