MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / ~Application

Method ~Application

App/Application.cpp:540–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540Application::~Application()
541{
542 this->uiTimer.stop();
543
544 if (this->scanner != nullptr)
545 delete this->scanner;
546
547 this->analyzer = nullptr;
548
549 this->deviceDetectThread->quit();
550 this->deviceDetectThread->deleteLater();
551 this->deviceDetectWorker->deleteLater();
552
553 if (this->mediator != nullptr)
554 delete this->mediator;
555}
556
557/////////////////////////////// Overrides //////////////////////////////////////
558void

Callers

nothing calls this directly

Calls 2

quitMethod · 0.80
stopMethod · 0.45

Tested by

no test coverage detected