Cleanup: toFormattedQString was not really used and just redirecting toQString

* marked deprecated
* and replaced by toQString
This commit is contained in:
Klaus Basan
2018-06-01 01:16:20 +02:00
parent b8829cca56
commit 87b96f8910
6 changed files with 23 additions and 19 deletions

View File

@@ -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