mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Cleanup: toFormattedQString was not really used and just redirecting toQString
* marked deprecated * and replaced by toQString
This commit is contained in:
@@ -1282,7 +1282,7 @@ namespace BlackCore
|
||||
if (msgs.isEmpty()) { return false; }
|
||||
if (!msgs.hasErrorMessages()) { return false; }
|
||||
CApplication::cmdLineErrorMessage(
|
||||
msgs.toFormattedQString(true)
|
||||
msgs.toQString(true)
|
||||
);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user