Changeset 5943 in ntrip for trunk/BNC/src
- Timestamp:
- Aug 16, 2014, 9:55:21 AM (11 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r5941 r5943 95 95 96 96 connect(BNC_CORE, SIGNAL(progressRnxPPP(int)), this, SLOT(slotPostProgress(int))); 97 connect(BNC_CORE, SIGNAL(finishedRnxPPP()), this, SLOT(slotFinishedRnxPPP())); 97 98 98 99 _runningRealTime = false; … … 2361 2362 } 2362 2363 2364 // 2365 //////////////////////////////////////////////////////////////////////////// 2366 void bncWindow::slotFinishedRnxPPP() { 2367 if (_actStart) { 2368 _actStart->setText(tr("Sta&rt")); 2369 } 2370 } 2371 2363 2372 // Edit teqc-like editing options 2364 2373 //////////////////////////////////////////////////////////////////////////// -
trunk/BNC/src/bncwindow.h
r5929 r5943 68 68 void slotMountPointsRead(QList<bncGetThread*>); 69 69 void slotBncTextChanged(); 70 void slotPostProgress(int);71 70 72 71 private slots: … … 82 81 void slotMapPPPClosed(); 83 82 void slotStart(); 84 void slotFinishedPostProcessingReqc();85 83 void slotStop(); 86 84 void slotNewMountPoints(QStringList* mountPoints); … … 95 93 void slotSetUploadTrafo(); 96 94 void slotReqcEditOption(); 95 void slotFinishedPostProcessingReqc(); 96 void slotPostProgress(int); 97 void slotFinishedRnxPPP(); 97 98 98 99 protected:
Note:
See TracChangeset
for help on using the changeset viewer.