mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T105, adjusted airspace analyzer
* removed private slots * gracefulShutdown -> setEnabled
This commit is contained in:
committed by
Mathew Sutcliffe
parent
4e4d33a755
commit
cd15bdc506
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user