mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Ref T485 Adjust CLogMessage and CStatusMessage call sites to use the new API.
This commit is contained in:
@@ -400,7 +400,7 @@ namespace BlackGui
|
||||
|
||||
if (copied > 0)
|
||||
{
|
||||
const CStatusMessage m = CStatusMessage(this).validationInfo("Copied %1 settings") << copied;
|
||||
const CStatusMessage m = CStatusMessage(this).validationInfo(u"Copied %1 settings") << copied;
|
||||
this->showOverlayHTMLMessage(m);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user