diff --git a/slsDetectorGui/slsDetectorGui.pro b/slsDetectorGui/slsDetectorGui.pro index 4a8021f79..c6eb217ad 100644 --- a/slsDetectorGui/slsDetectorGui.pro +++ b/slsDetectorGui/slsDetectorGui.pro @@ -6,7 +6,7 @@ UI_HEADERS_DIR = forms/include RESOURCES += icons.qrc -DEFINES += VERBOSE #VERYVERBOSE #DACS_INT +DEFINES += VERBOSE DACS_INT #VERYVERBOSE target.path += $(DESTDIR) diff --git a/slsDetectorGui/src/qDetectorMain.cpp b/slsDetectorGui/src/qDetectorMain.cpp index 8d13a7265..21f8e557d 100644 --- a/slsDetectorGui/src/qDetectorMain.cpp +++ b/slsDetectorGui/src/qDetectorMain.cpp @@ -155,8 +155,9 @@ void qDetectorMain::SetUpWidgetWindow(){ dockWidgetPlot->setFeatures(QDockWidget::NoDockWidgetFeatures); tabs->setTabEnabled(Developer,isDeveloper); if(!digitalDetector) actionExpert->setEnabled(false); - - +#ifdef VERBOSE + cout << "Advanced Enabled:" << digitalDetector << endl; +#endif // Other setup //Height of plot and central widget heightPlotWindow = dockWidgetPlot->size().height();