mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
refs #315 Removed old/deprecated CRuntime::logSlot, changed contexts to use new CRuntime::logSlot.
Network context was already using new CRuntime::logSlot as of commit:81c68058.
This commit is contained in:
@@ -79,6 +79,8 @@ namespace BlackCore
|
||||
void ps_changedAtcStationOnlineConnectionStatus(const BlackMisc::Aviation::CAtcStation &atcStation, bool connected);
|
||||
|
||||
private:
|
||||
static const auto c_logContext = CRuntime::LogForOwnAircraft;
|
||||
|
||||
BlackMisc::Aviation::CAircraft m_ownAircraft; //!< my aircraft
|
||||
bool m_automaticVoiceRoomResolution; //!< voice room override
|
||||
QString m_voiceRoom1UrlOverride; //!< overridden voice room url
|
||||
|
||||
Reference in New Issue
Block a user