use QStringLiteral for constants

Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
This commit is contained in:
Rolf Eike Beer 2019-04-01 23:15:23 +02:00 committed by Dirk Hohndel
parent c4c8094e32
commit ee0acb0d40
3 changed files with 18 additions and 15 deletions

View file

@ -15,7 +15,7 @@ QString qPrefDisplay::st_lastDir;
static const QString st_lastDir_default = "";
QString qPrefDisplay::st_theme;
static const QString st_theme_default = "Blue";
static const QString st_theme_default = QStringLiteral("Blue");
QString qPrefDisplay::st_userSurvey;
static const QString st_userSurvey_default = "";