got rid of unncessary printouts and MyApplication inqDetectorMain does not work.so bak to original

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@251 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2014-01-30 17:50:41 +00:00
parent 635a33ea85
commit a1c58f152f
4 changed files with 15 additions and 35 deletions

View File

@@ -31,7 +31,7 @@ using namespace std;
//-------------------------------------------------------------------------------------------------------------------------------------------------
int main (int argc, char **argv) {
MyApplication *theApp = new MyApplication(argc, argv);
QApplication *theApp = new QApplication(argc, argv);
// QApplication *theApp = new QApplication(argc, argv);
theApp->setStyle(new QPlastiqueStyle);//not default when desktop is windows
theApp->setWindowIcon(QIcon( ":/icons/images/mountain.png" ));