Changeset 9251 in ntrip


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

minor changes and small bug fixed

Location:
branches/BNC_2.12/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncwindow.cpp

    r9235 r9251  
    156156  _actStop = new QAction(tr("Sto&p"),this);
    157157  connect(_actStop, SIGNAL(triggered()), SLOT(slotStop()));
     158  connect(_actStop, SIGNAL(triggered()), SLOT(slotMapPPPClosed()));
    158159
    159160  _actwhatsthis= new QAction(tr("Help?=Shift+F1"),this);
  • branches/BNC_2.12/src/latencychecker.cpp

    r9127 r9251  
    322322  if (_miscIntr > 0 ) {
    323323    t_latency& l = _lObs;
    324     l._type =  "Observations";
     324    l._type =  "Observations      ";
    325325    QListIterator<t_satObs> it(obsList);
    326326    while (it.hasNext()) {
  • branches/BNC_2.12/src/pppMain.cpp

    r8101 r9251  
    103103      t_pppThread* pppThread = it.next();
    104104      pppThread->exit();
    105 #ifdef BNC_DEBUG
    106105      if (BNC_CORE->mode() != t_bncCore::interactive) {
    107106        while(!pppThread->isFinished()) {
     
    110109        delete pppThread;
    111110      }
    112 #endif
    113111    }
    114112    _pppThreads.clear();
Note: See TracChangeset for help on using the changeset viewer.