- Timestamp:
- Aug 8, 2014, 11:14:54 AM (10 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppMain.cpp
r5860 r5871 88 88 ////////////////////////////////////////////////////////////////////////////// 89 89 void t_pppMain::slotStop() { 90 91 cout << "t_pppMain::slotStop" << endl; 92 90 93 if (!_running) { 91 94 return; -
trunk/BNC/src/bncmain.cpp
r5869 r5871 218 218 bncRawFile::input); 219 219 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); 221 222 caster->addGetThread(getThread, true); 222 223 }
Note:
See TracChangeset
for help on using the changeset viewer.