Changeset 4452 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp


Ignore:
Timestamp:
Jul 29, 2012, 5:38:56 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r4451 r4452  
    8383  delete _log;     _log     = 0;
    8484  delete _logFile; _logFile = 0;
     85  bncApp* app = (bncApp*) qApp;
     86  if ( app->mode() != bncApp::interactive) {
     87    app->exit(0);
     88  }
    8589}
    8690
     
    168172  // Exit
    169173  // ----
    170   bncApp* app = (bncApp*) qApp;
    171   if ( app->mode() != bncApp::interactive) {
    172     app->exit(0);
    173   }
    174   else {
    175     emit finished();
    176     deleteLater();
    177   }
     174  emit finished();
     175  deleteLater();
    178176}
    179177
Note: See TracChangeset for help on using the changeset viewer.