diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-04-14 07:14:28 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-04-14 07:14:28 +0200 |
commit | 04a277dbb6c15e79be8623f3c36edd465d4b80a7 (patch) | |
tree | c135df825573e7d56e812ab1bbbc66494db7c5f1 /lib/settings.h | |
parent | e8be883d1c05bd82040e59c4744362509bd24222 (diff) | |
download | libquotient-04a277dbb6c15e79be8623f3c36edd465d4b80a7.tar.gz libquotient-04a277dbb6c15e79be8623f3c36edd465d4b80a7.zip |
Settings: use UTF-8 encoding
Fixes #403.
Diffstat (limited to 'lib/settings.h')
-rw-r--r-- | lib/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/settings.h b/lib/settings.h index 79ebba6c..5a097285 100644 --- a/lib/settings.h +++ b/lib/settings.h @@ -39,7 +39,7 @@ public: static void setLegacyNames(const QString& organizationName, const QString& applicationName = {}); - using QSettings::QSettings; + explicit Settings(QObject* parent = nullptr); /// Set the value for a given key /*! If the key exists in the legacy location, it is removed. */ |