Ref T485 Adjust CLogMessage and CStatusMessage call sites to use the new API.

This commit is contained in:
Mat Sutcliffe
2018-12-23 20:12:49 +00:00
parent cba820cbce
commit 225ff81252
118 changed files with 724 additions and 721 deletions

View File

@@ -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)