merging refactor (replacing)

This commit is contained in:
2019-04-12 10:53:09 +02:00
parent 0bb800cc8a
commit 89a06f099c
1176 changed files with 82698 additions and 159058 deletions

4
slsDetectorGui/include/qTabPlot.h Normal file → Executable file
View 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: