Changeset 9252 in ntrip for trunk/BNC/src
- Timestamp:
- Nov 12, 2020, 1:21:38 PM (4 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r9250 r9252 177 177 _actStop = new QAction(tr("Sto&p"),this); 178 178 connect(_actStop, SIGNAL(triggered()), SLOT(slotStop())); 179 connect(_actStop, SIGNAL(triggered()), SLOT(slotMapPPPClosed())); 179 180 180 181 _actwhatsthis= new QAction(tr("Help?=Shift+F1"),this); … … 2196 2197 if (iRet == QMessageBox::Yes) { 2197 2198 BNC_CORE->stopPPP(); 2198 if (_mapWin) {2199 slotMapPPPClosed();2200 }2201 2199 BNC_CORE->stopCombination(); 2202 2200 delete _caster; _caster = 0; BNC_CORE->setCaster(0); -
trunk/BNC/src/pppMain.cpp
r9250 r9252 108 108 } 109 109 delete pppThread; 110 }110 } 111 111 } 112 112 _pppThreads.clear();
Note:
See TracChangeset
for help on using the changeset viewer.