mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
going to start actions
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@19 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
/** Project Class Headers */
|
||||
class slsDetectorUtils;
|
||||
class multiSlsDetector;
|
||||
#include "detectorData.h"
|
||||
/** Qt Project Class Headers */
|
||||
#include "SlsQt1DPlot.h"
|
||||
@ -38,7 +38,7 @@ class qDrawPlot:public QWidget{
|
||||
|
||||
public:
|
||||
/** \short The constructor */
|
||||
qDrawPlot(QWidget *parent,slsDetectorUtils*& detector);
|
||||
qDrawPlot(QWidget *parent,multiSlsDetector*& detector);
|
||||
/** Destructor */
|
||||
~qDrawPlot();
|
||||
|
||||
@ -96,7 +96,7 @@ public:
|
||||
|
||||
private:
|
||||
/** The sls detector object */
|
||||
slsDetectorUtils *myDet;
|
||||
multiSlsDetector *myDet;
|
||||
|
||||
|
||||
/** Widgets needed to plot the clone */
|
||||
|
Reference in New Issue
Block a user