| 538 | } |
| 539 | |
| 540 | Application::~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 ////////////////////////////////////// |
| 558 | void |