mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-20 01:20:21 +01:00
merging refactor (replacing)
This commit is contained in:
4
slsDetectorGui/include/qTabPlot.h
Normal file → Executable file
4
slsDetectorGui/include/qTabPlot.h
Normal file → Executable file
@@ -35,7 +35,7 @@ public:
|
||||
* @param detector is the detector returned from the detector tab
|
||||
* @param plot plot object reference
|
||||
*/
|
||||
qTabPlot(QWidget *parent,multiSlsDetector*& detector, qDrawPlot*& plot);
|
||||
qTabPlot(QWidget *parent,multiSlsDetector* detector, qDrawPlot* plot);
|
||||
|
||||
/** Destructor
|
||||
*/
|
||||
@@ -106,7 +106,7 @@ public slots:
|
||||
|
||||
/** Enable Scan box
|
||||
*/
|
||||
void EnableScanBox();
|
||||
void EnableScanBox();
|
||||
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user