Changeset 9252 in ntrip for trunk/BNC/src/bncwindow.cpp
- Timestamp:
- Nov 12, 2020, 1:21:38 PM (4 years ago)
- File:
-
- 1 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);
Note:
See TracChangeset
for help on using the changeset viewer.