bug fix:temp in gui

This commit is contained in:
2019-10-30 13:58:37 +01:00
parent d05be2519a
commit 026771f42d
3 changed files with 53 additions and 57 deletions

View File

@ -11,7 +11,7 @@ class qDacWidget:public QWidget, private Ui::WidgetDacObject {
Q_OBJECT
public:
qDacWidget(QWidget *parent, sls::Detector* detector, bool d, std::string n, slsDetectorDefs::dacIndex i, bool t);
qDacWidget(QWidget *parent, sls::Detector* detector, bool d, std::string n, slsDetectorDefs::dacIndex i);
~qDacWidget();
void SetDetectorIndex(int id);
@ -28,7 +28,6 @@ private:
sls::Detector *det;
bool isDac{true};
slsDetectorDefs::dacIndex index;
bool isMillideg{false};
int detectorIndex{-1};
};