mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T516 Update CStatusMessage call sites to use new syntax.
This commit is contained in:
@@ -80,7 +80,7 @@ namespace BlackMisc
|
||||
{
|
||||
if (filePath.isEmpty())
|
||||
{
|
||||
msg = CStatusMessage(CStatusMessage::SeverityError, "no file path");
|
||||
msg = CStatusMessage(CStatusMessage::SeverityError, u"no file path");
|
||||
return CPixmap();
|
||||
}
|
||||
if (!QFile(filePath).exists())
|
||||
|
||||
Reference in New Issue
Block a user