mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T241, changed CAirspaceAnalyzer ctor so signals (CAirspaceMonitor) can be used
This commit is contained in:
@@ -67,7 +67,7 @@ namespace BlackCore
|
||||
: CRemoteAircraftProvider(parent),
|
||||
COwnAircraftAware(ownAircraftProvider),
|
||||
m_network(network),
|
||||
m_analyzer(new CAirspaceAnalyzer(ownAircraftProvider, this, network, this))
|
||||
m_analyzer(new CAirspaceAnalyzer(ownAircraftProvider, network, this))
|
||||
{
|
||||
this->setObjectName("CAirspaceMonitor");
|
||||
this->enableReverseLookupMessages(sApp->isDeveloperFlagSet());
|
||||
|
||||
Reference in New Issue
Block a user