This commit is contained in:
Klaus Basan
2018-10-24 02:54:50 +02:00
parent 793265722f
commit d7380966de
6 changed files with 6 additions and 8 deletions

View File

@@ -111,7 +111,7 @@ void CSwiftData::init()
const CGlobalSetup s(sApp->getGlobalSetup());
if (!s.getDbHomePageUrl().isEmpty())
{
this->setWindowTitle(QString("%1 %2").arg(this->windowTitle(), s.getDbHomePageUrl().toQString(true)));
this->setWindowTitle(QStringLiteral("%1 %2").arg(this->windowTitle(), s.getDbHomePageUrl().toQString(true)));
}
sGui->triggerNewVersionCheck(15 * 1000);