mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +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;
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace BlackCore
|
||||
QStringLiteral(" ") %
|
||||
CEntityFlags::flagToString(this->getEntities()) %
|
||||
QStringLiteral(" ") %
|
||||
this->m_cacheLifetime.toFormattedQString(i18n);
|
||||
this->m_cacheLifetime.toQString(i18n);
|
||||
}
|
||||
|
||||
CEntityFlags::Entity CDatabaseReaderConfig::getEntities() const
|
||||
|
||||
Reference in New Issue
Block a user