- Timestamp:
- Nov 12, 2020, 1:20:46 PM (4 years ago)
- Location:
- branches/BNC_2.12/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bncwindow.cpp
r9235 r9251 156 156 _actStop = new QAction(tr("Sto&p"),this); 157 157 connect(_actStop, SIGNAL(triggered()), SLOT(slotStop())); 158 connect(_actStop, SIGNAL(triggered()), SLOT(slotMapPPPClosed())); 158 159 159 160 _actwhatsthis= new QAction(tr("Help?=Shift+F1"),this); -
branches/BNC_2.12/src/latencychecker.cpp
r9127 r9251 322 322 if (_miscIntr > 0 ) { 323 323 t_latency& l = _lObs; 324 l._type = "Observations"; 324 l._type = "Observations "; 325 325 QListIterator<t_satObs> it(obsList); 326 326 while (it.hasNext()) { -
branches/BNC_2.12/src/pppMain.cpp
r8101 r9251 103 103 t_pppThread* pppThread = it.next(); 104 104 pppThread->exit(); 105 #ifdef BNC_DEBUG106 105 if (BNC_CORE->mode() != t_bncCore::interactive) { 107 106 while(!pppThread->isFinished()) { … … 110 109 delete pppThread; 111 110 } 112 #endif113 111 } 114 112 _pppThreads.clear();
Note:
See TracChangeset
for help on using the changeset viewer.