mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T485 Adjust CLogMessage and CStatusMessage call sites to use the new API.
This commit is contained in:
@@ -198,7 +198,7 @@ namespace BlackGui
|
||||
ui->pte_ExcludeDirectories->clear();
|
||||
this->displayDefaultValuesAsPlaceholder(simulator);
|
||||
|
||||
CLogMessage(this).info("Reset values for settings of %1") << simulator.toQString(true);
|
||||
CLogMessage(this).info(u"Reset values for settings of %1") << simulator.toQString(true);
|
||||
}
|
||||
|
||||
void CSettingsSimulatorBasicsComponent::onSimulatorChanged()
|
||||
|
||||
Reference in New Issue
Block a user