Changeset 3973 in ntrip for trunk/BNC/rinex/bncpostprocess.cpp


Ignore:
Timestamp:
Apr 20, 2012, 7:58:43 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/bncpostprocess.cpp

    r3843 r3973  
    206206  }
    207207
    208   emit finished();
    209   deleteLater();
    210 }
     208  bncApp* app = (bncApp*) qApp;
     209  if ( app->mode() != bncApp::interactive) {
     210    app->exit(0);
     211  }
     212  else {
     213    emit finished();
     214    deleteLater();
     215  }
     216}
Note: See TracChangeset for help on using the changeset viewer.