Changeset 9252 in ntrip


Ignore:
Timestamp:
Nov 12, 2020, 1:21:38 PM (3 years ago)
Author:
stuerze
Message:

minor changes and small bug fixed

Location:
trunk/BNC/src
Files:
2 edited

Legend:

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

    r9250 r9252  
    177177  _actStop = new QAction(tr("Sto&p"),this);
    178178  connect(_actStop, SIGNAL(triggered()), SLOT(slotStop()));
     179  connect(_actStop, SIGNAL(triggered()), SLOT(slotMapPPPClosed()));
    179180
    180181  _actwhatsthis= new QAction(tr("Help?=Shift+F1"),this);
     
    21962197  if (iRet == QMessageBox::Yes) {
    21972198    BNC_CORE->stopPPP();
    2198     if (_mapWin) {
    2199       slotMapPPPClosed();
    2200     }
    22012199    BNC_CORE->stopCombination();
    22022200    delete _caster;    _caster    = 0; BNC_CORE->setCaster(0);
  • trunk/BNC/src/pppMain.cpp

    r9250 r9252  
    108108        }
    109109        delete pppThread;
    110      }
     110      }
    111111    }
    112112    _pppThreads.clear();
Note: See TracChangeset for help on using the changeset viewer.