Changeset 3972 in ntrip for trunk/BNC/rinex
- Timestamp:
- Apr 20, 2012, 7:57:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/rinex/reqcedit.cpp ¶
r3956 r3972 41 41 #include <iostream> 42 42 #include "reqcedit.h" 43 #include "bncapp.h" 43 44 #include "bncsettings.h" 44 45 … … 97 98 } 98 99 99 emit finished(); 100 deleteLater(); 100 bncApp* app = (bncApp*) qApp; 101 if ( app->mode() != bncApp::interactive) { 102 app->exit(0); 103 } 104 else { 105 emit finished(); 106 deleteLater(); 107 } 101 108 }
Note:
See TracChangeset
for help on using the changeset viewer.