diff options
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. */ |