Changeset 5240 in ntrip for trunk/BNC/src
- Timestamp:
- Jun 17, 2013, 9:26:18 AM (11 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r5238 r5240 2816 2816 //////////////////////////////////////////////////////////////////////////// 2817 2817 void bncWindow::slotFinishedPostProcessingPPP() { 2818 if (_mapWin) { 2819 _postProcessing->disconnect(_mapWin); 2820 } 2818 2821 _runningPostProcessingPPP = false; 2822 delete _postProcessing; 2819 2823 _postProcessing = 0; 2820 2824 QMessageBox::information(this, "Information", -
trunk/BNC/src/rinex/bncpostprocess.cpp
r5239 r5240 159 159 delete _rnxObsFile; _rnxObsFile = 0; 160 160 emit finished(); 161 deleteLater();162 161 return; 163 162 } … … 205 204 if (_isToBeDeleted) { 206 205 QThread::exit(0); 207 this->deleteLater();208 206 return; 209 207 }
Note:
See TracChangeset
for help on using the changeset viewer.