Changeset 5903 in ntrip for trunk/BNC/src/bncgetthread.cpp


Ignore:
Timestamp:
Aug 9, 2014, 10:55:47 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5900 r5903  
    410410        _staID  = _rawFile->staID();
    411411
     412        QCoreApplication::processEvents();
     413
    412414        if (data.isEmpty()) {
    413415          cout << "no more data" << endl;
    414416          BNC_CORE->stopCombination();
    415417          BNC_CORE->stopPPP();
    416           emit finished();
    417           this->deleteLater();
    418           return;
     418          ::exit(0);
    419419        }
    420420      }
Note: See TracChangeset for help on using the changeset viewer.