diff options
Diffstat (limited to 'core/settings/qPref.h')
-rw-r--r-- | core/settings/qPref.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/core/settings/qPref.h b/core/settings/qPref.h index 7628e1c4a..581efd883 100644 --- a/core/settings/qPref.h +++ b/core/settings/qPref.h @@ -6,13 +6,8 @@ #include <QObject> #include <QQmlEngine> -class qPref : public QObject { - Q_OBJECT - +class qPref { public: - qPref(QObject *parent = NULL); - static qPref *instance(); - // Load/Sync local settings (disk) and struct preference static void load() { loadSync(false); } static void sync() { loadSync(true); } |