mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Ref T485 Adjust CLogMessage and CStatusMessage call sites to use the new API.
This commit is contained in:
@@ -268,7 +268,7 @@ namespace BlackGui
|
||||
if (sender == ui->tvp_AtcStationsBooked)
|
||||
{
|
||||
// trigger new read, which takes some time. A signal will be received when this is done
|
||||
CLogMessage(this).info("Requested new bookings");
|
||||
CLogMessage(this).info(u"Requested new bookings");
|
||||
sGui->getIContextNetwork()->requestAtcBookingsUpdate();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user