Changeset 3280 in ntrip for trunk/BNC/bncmain.cpp


Ignore:
Timestamp:
Apr 27, 2011, 10:45:42 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmain.cpp

    r3251 r3280  
    112112  if (GUIenabled) {
    113113
     114    app.setMode(bncApp::interactive);
     115
    114116    QString fontString = settings.value("font").toString();
    115117    if ( !fontString.isEmpty() ) {
     
    149151    // --------------------------------
    150152    if ( rawFileName.isEmpty() ) {
     153      app.setMode(bncApp::nonInteractive);
    151154      caster->slotReadMountPoints();
    152155      if (caster->numStations() == 0) {
     
    158161    // -----------------------------
    159162    else {
     163      app.setMode(bncApp::batchPostProcessing);
     164
    160165      if ( format.isEmpty() || staID.isEmpty() ) {
    161166        cout << printHelp.toAscii().data() << endl;
Note: See TracChangeset for help on using the changeset viewer.