summaryrefslogtreecommitdiffstats
path: root/src/localesettings/systemlocale_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localesettings/systemlocale_p.h')
-rw-r--r--src/localesettings/systemlocale_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/localesettings/systemlocale_p.h b/src/localesettings/systemlocale_p.h
index 417b958..0f3e6df 100644
--- a/src/localesettings/systemlocale_p.h
+++ b/src/localesettings/systemlocale_p.h
@@ -59,11 +59,11 @@ public:
}
QString locale() const {
- return m_localeCache["LANG"];
+ return m_localeCache[QStringLiteral("LANG")];
}
void setLocale(const QString& aLocale) {
- m_localeCache["LANG"] = aLocale;
+ m_localeCache[QStringLiteral("LANG")] = aLocale;
updateLocale();
}