Ref T105, adjusted airspace analyzer

* removed private slots
* gracefulShutdown -> setEnabled
This commit is contained in:
Klaus Basan
2017-07-10 19:54:33 +02:00
committed by Mathew Sutcliffe
parent 4e4d33a755
commit cd15bdc506
3 changed files with 44 additions and 51 deletions

View File

@@ -523,7 +523,7 @@ namespace BlackCore
void CAirspaceMonitor::gracefulShutdown()
{
if (this->m_analyzer) { this->m_analyzer->gracefulShutdown(); }
if (this->m_analyzer) { this->m_analyzer->setEnabled(false); }
QObject::disconnect(this);
}