Changeset 9250 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Nov 12, 2020, 12:52:50 PM (3 years ago)
Author:
stuerze
Message:

minor changes and small bug fixed

Location:
trunk/BNC/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r9239 r9250  
    21962196  if (iRet == QMessageBox::Yes) {
    21972197    BNC_CORE->stopPPP();
     2198    if (_mapWin) {
     2199      slotMapPPPClosed();
     2200    }
    21982201    BNC_CORE->stopCombination();
    21992202    delete _caster;    _caster    = 0; BNC_CORE->setCaster(0);
  • trunk/BNC/src/latencychecker.cpp

    r9126 r9250  
    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()) {
  • trunk/BNC/src/pppMain.cpp

    r9191 r9250  
    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.