Changeset 5871 in ntrip


Ignore:
Timestamp:
Aug 8, 2014, 11:14:54 AM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppMain.cpp

    r5860 r5871  
    8888//////////////////////////////////////////////////////////////////////////////
    8989void t_pppMain::slotStop() {
     90
     91  cout << "t_pppMain::slotStop" << endl;
     92
    9093  if (!_running) {
    9194    return;
  • trunk/BNC/src/bncmain.cpp

    r5869 r5871  
    218218                                               bncRawFile::input);
    219219      bncGetThread* getThread = new bncGetThread(rawFile);
    220       QObject::connect(getThread, SIGNAL(finished()), pppMain, SLOT(slotStop()));
     220      QObject::connect(getThread, SIGNAL(finished()),
     221                       pppMain, SLOT(slotStop()), Qt::BlockingQueuedConnection);
    221222      caster->addGetThread(getThread, true);
    222223    }
Note: See TracChangeset for help on using the changeset viewer.