aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-22 05:19:34 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-22 11:59:16 -0700
commit27fccbbe4ea21ef4723ded4e01d5ea0df67fb61f (patch)
tree9d479f9ec595c3617fb9b59aaf420aedf87762cf /mobile-widgets/qmlmanager.h
parent6b43b3015dcfff3c0c535e9fee69e2011feeda17 (diff)
downloadsubsurface-27fccbbe4ea21ef4723ded4e01d5ea0df67fb61f.tar.gz
QML UI: when chosing 'no cloud', switch to dive list
Currently we don't remember that we picked 'no cloud' across restarts. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r--mobile-widgets/qmlmanager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h
index ece2c7b59..860e3c3ad 100644
--- a/mobile-widgets/qmlmanager.h
+++ b/mobile-widgets/qmlmanager.h
@@ -39,7 +39,8 @@ public:
UNKNOWN,
INVALID,
VALID_EMAIL,
- VALID
+ VALID,
+ NOCLOUD
};
static QMLManager *instance();