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


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

minor changes and small bug fixed

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.