mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Style
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user