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


Ignore:
Timestamp:
Jun 17, 2013, 9:26:18 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 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",
Note: See TracChangeset for help on using the changeset viewer.