Changeset 5869 in ntrip


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

Legend:

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

    r5861 r5869  
    413413          cout << "no more data" << endl;
    414414          BNC_CORE->stopCombination();
    415           QThread::exit(0);
    416           delete this;
    417           ::exit(0);
     415          emit finished();
     416          this->deleteLater();
     417          return;
    418418        }
    419419      }
  • trunk/BNC/src/bncmain.cpp

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