mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Cleanup: toFormattedQString was not really used and just redirecting toQString
* marked deprecated * and replaced by toQString
This commit is contained in:
@@ -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