Changeset 5240 in ntrip for trunk/BNC


Ignore:
Timestamp:
Jun 17, 2013, 9:26:18 AM (11 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 edited

Legend:

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

    r5238 r5240  
    28162816////////////////////////////////////////////////////////////////////////////
    28172817void bncWindow::slotFinishedPostProcessingPPP() {
     2818  if (_mapWin) {
     2819    _postProcessing->disconnect(_mapWin);
     2820  }
    28182821  _runningPostProcessingPPP = false;
     2822  delete _postProcessing;
    28192823  _postProcessing           = 0;
    28202824  QMessageBox::information(this, "Information",
  • trunk/BNC/src/rinex/bncpostprocess.cpp

    r5239 r5240  
    159159      delete _rnxObsFile; _rnxObsFile = 0;
    160160      emit finished();
    161       deleteLater();
    162161      return;
    163162    }
     
    205204      if (_isToBeDeleted) {
    206205        QThread::exit(0);
    207         this->deleteLater();
    208206        return;
    209207      }
Note: See TracChangeset for help on using the changeset viewer.