- Timestamp:
- Jun 5, 2019, 10:30:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmain.cpp
r8731 r8772 60 60 cout << "Program Interrupted by Ctrl-C" << endl; 61 61 BNC_CORE->sigintReceived = 1; 62 qApp->quit(); 62 BNC_CORE->stopCombination(); 63 BNC_CORE->stopPPP(); 64 ::exit(0); 63 65 } 64 66 … … 320 322 } 321 323 if (QRegExp("--?nw").exactMatch(argv[ii])) { 324 strcpy(argv[ii], "--nw -platform offscreen"); 322 325 interactive = false; 323 326 }
Note:
See TracChangeset
for help on using the changeset viewer.