included -f in config file

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@127 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d 2012-12-18 14:34:48 +00:00
parent b59b54e004
commit dd7385cd88
2 changed files with 4 additions and 3 deletions

View File

@ -2,10 +2,10 @@
#define SVNURL "file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui"
//#define SVNREPPATH ""
#define SVNREPUUID "af1100a4-978c-4157-bff7-07162d2ba061"
//#define SVNREV 0x125
//#define SVNREV 0x126
//#define SVNKIND ""
//#define SVNSCHED ""
#define SVNAUTH "l_maliakal_d"
#define SVNREV 0x125
#define SVNDATE 0x20121217
#define SVNREV 0x126
#define SVNDATE 0x20121218
//

View File

@ -55,6 +55,7 @@ qDetectorMain::qDetectorMain(int argc, char **argv, QApplication *app, QWidget *
if(!strcasecmp(argv[iarg],"-developer")) {isDeveloper=1;}
if(!strcasecmp(argv[iarg],"-id")) {detID=atoi(argv[iarg+1]);}
if(!strcasecmp(argv[iarg],"-config")) {configFName=string(argv[iarg+1]);}
if(!strcasecmp(argv[iarg],"-f")) {configFName=string(argv[iarg+1]);}
if(!strcasecmp(argv[iarg],"-help")){
cout << "Possible Arguments are:" << endl;
cout << "-help \t\t : \t This help" << endl;