mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
Ref T485 Adjust CLogMessage and CStatusMessage call sites to use the new API.
This commit is contained in:
@@ -279,12 +279,12 @@ void SwiftGuiStd::initialContextDataReads()
|
||||
this->setContextAvailability();
|
||||
if (!m_coreAvailable)
|
||||
{
|
||||
CLogMessage(this).error("No initial data read as network context is not available");
|
||||
CLogMessage(this).error(u"No initial data read as network context is not available");
|
||||
return;
|
||||
}
|
||||
|
||||
this->reloadOwnAircraft(); // init read, independent of traffic network
|
||||
CLogMessage(this).info("Initial data read");
|
||||
CLogMessage(this).info(u"Initial data read");
|
||||
}
|
||||
|
||||
void SwiftGuiStd::stopAllTimers(bool disconnectSignalSlots)
|
||||
|
||||
Reference in New Issue
Block a user