Changeset 5887 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Aug 8, 2014, 4:20:33 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r5880 r5887  
    6464#include "reqcdlg.h"
    6565#include "bncmap.h"
     66#include "rinex/reqcedit.h"
     67#include "rinex/reqcanalyze.h"
     68#include "PPP/pppMain.h"
    6669#ifdef QT_WEBKIT
    6770#  include "map/bncmapwin.h"
    6871#endif
    69 #ifdef USE_POSTPROCESSING
    70 #  include "rinex/reqcedit.h"
    71 #  include "rinex/reqcanalyze.h"
    72 #endif
    73 
    74 #include "PPP/pppMain.h"
    7572
    7673using namespace std;
     
    23772374////////////////////////////////////////////////////////////////////////////
    23782375void bncWindow::startPostProcessingReqc() {
    2379 #ifdef USE_POSTPROCESSING
    23802376  _runningPostProcessingReqc = true;
    23812377  enableStartStop();
     
    23922388    reqcEdit->start();
    23932389  }
    2394 #else
    2395   QMessageBox::information(this, "Information",
    2396                            "Post-Processing Not Permitted");
    2397 #endif
    23982390}
    23992391
Note: See TracChangeset for help on using the changeset viewer.