mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Ref T485 Adjust CLogMessage and CStatusMessage call sites to use the new API.
This commit is contained in:
@@ -66,7 +66,7 @@ CSwiftCore::CSwiftCore(QWidget *parent) :
|
||||
this->initAudio();
|
||||
|
||||
// log
|
||||
CStatusMessage m = CStatusMessage(this).info("Cmd: " + CGuiApplication::arguments().join(" "));
|
||||
CStatusMessage m = CStatusMessage(this).info(u"Cmd: %1") << CGuiApplication::arguments().join(" ");
|
||||
this->appendLogMessage(m);
|
||||
|
||||
// command line
|
||||
|
||||
Reference in New Issue
Block a user