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:
@@ -98,11 +98,11 @@ namespace BlackGui
|
||||
const bool ok = sGui->updateFont(m_qss);
|
||||
if (ok)
|
||||
{
|
||||
CLogMessage(this).info("Updated font style");
|
||||
CLogMessage(this).info(u"Updated font style");
|
||||
}
|
||||
else
|
||||
{
|
||||
CLogMessage(this).warning("Updating style failed");
|
||||
CLogMessage(this).warning(u"Updating style failed");
|
||||
}
|
||||
}
|
||||
emit this->accept();
|
||||
|
||||
Reference in New Issue
Block a user