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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/settings/qPref.h b/core/settings/qPref.h
index e42e2b96b..f13a29274 100644
--- a/core/settings/qPref.h
+++ b/core/settings/qPref.h
@@ -39,15 +39,6 @@ public:
void registerQML(QQmlEngine *engine);
public:
- enum cloud_status {
- CS_UNKNOWN,
- CS_INCORRECT_USER_PASSWD,
- CS_NEED_TO_VERIFY,
- CS_VERIFIED,
- CS_NOCLOUD
- };
- Q_ENUM(cloud_status);
-
static const QString canonical_version() { return QString(CANONICAL_VERSION_STRING); }
static const QString mobile_version() { return QString(MOBILE_VERSION_STRING); }