Changeset 3972 in ntrip for trunk/BNC/rinex


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

Legend:

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

    r3956 r3972  
    4141#include <iostream>
    4242#include "reqcedit.h"
     43#include "bncapp.h"
    4344#include "bncsettings.h"
    4445
     
    9798  }
    9899
    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  }
    101108}
Note: See TracChangeset for help on using the changeset viewer.