added error mask properly inherited by base; mask exist only for cannot connect to detector, receiver and could not configure mac

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@143 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2013-02-06 15:23:35 +00:00
parent 1d1e5e1202
commit aec136cf21
2 changed files with 22 additions and 43 deletions

View File

@ -19,7 +19,6 @@
#include "multiSlsDetector.h"
#include "sls_detector_defs.h"
#include "svnInfoGui.h"
#include "error_defs.h"
// Qt Include Headers
#include <QSizePolicy>
#include <QFileDialog>
@ -234,9 +233,9 @@ void qDetectorMain::SetUpDetector(const string fName){
}
setWindowTitle("SLS Detector GUI : "+
QString(slsDetectorBase::getDetectorType(detType).c_str())+ " - "+QString(host.c_str()));
#ifdef VERBOSE
//#ifdef VERBOSE
cout << endl << "Type : " << slsDetectorBase::getDetectorType(detType) << "\nDetector : " << host << endl;
#endif
//#endif
myDet->setOnline(slsDetectorDefs::ONLINE_FLAG);
}