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


Ignore:
Timestamp:
Aug 16, 2014, 9:42:15 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5939 r5941  
    9090  _bncFigureLate = new bncFigureLate(this);
    9191  _bncFigurePPP  = new bncFigurePPP(this);
     92
    9293  connect(BNC_CORE, SIGNAL(newPosition(bncTime, QVector<double>)),
    9394          _bncFigurePPP, SLOT(slotNewPosition(bncTime, QVector<double>)));
     95
     96  connect(BNC_CORE, SIGNAL(progressRnxPPP(int)), this, SLOT(slotPostProgress(int)));
     97
    9498  _runningRealTime           = false;
    9599  _runningPostProcessingReqc = false;
Note: See TracChangeset for help on using the changeset viewer.