Changeset 5871 in ntrip for trunk/BNC/src/bncmain.cpp


Ignore:
Timestamp:
Aug 8, 2014, 11:14:54 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.