summaryrefslogtreecommitdiffstats
path: root/core/settings/qPref.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/settings/qPref.h')
-rw-r--r--core/settings/qPref.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/settings/qPref.h b/core/settings/qPref.h
index 4170e5e64..f312f328a 100644
--- a/core/settings/qPref.h
+++ b/core/settings/qPref.h
@@ -7,10 +7,10 @@
class qPref : public QObject {
Q_OBJECT
+ Q_ENUMS(cloud_status);
public:
- qPref(QObject *parent = NULL) : QObject(parent) {};
- ~qPref() {};
+ qPref(QObject *parent = NULL);
static qPref *instance();
// Load/Sync local settings (disk) and struct preference
@@ -19,7 +19,6 @@ public:
public:
private:
- static qPref *m_instance;
};
#endif