FTNoIR_Protocol::~FTNoIR_Protocol() { if (viewsStop != NULL) { viewsStop(); FTIRViewsLib.unload(); } dummyTrackIR.terminate(); dummyTrackIR.kill(); dummyTrackIR.waitForFinished(50); }
/** destructor **/ FTNoIR_Protocol::~FTNoIR_Protocol() { qDebug()<< "~FTNoIR_Protocol: Destructor started."; // // Stop if started // if (viewsStop != NULL) { qDebug()<< "~FTNoIR_Protocol: Stopping TIRViews."; viewsStop(); FTIRViewsLib.unload(); } }