summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qmlmanager.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-08 11:08:49 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-08 11:10:21 -0800
commitc1b3de61902ac392ffe2597a11a89664c9499304 (patch)
treeb91799ebda514eebe34c00a1283e36160a14589a /qt-mobile/qmlmanager.h
parentd43a2c032bc7f0d76047cf9d55c32b850c669cd8 (diff)
downloadsubsurface-c1b3de61902ac392ffe2597a11a89664c9499304.tar.gz
Remember status of specific cloud account in settings
What matters is that the cloud storage for a specific email address has successfully been synced - and we need to remember this across restarts of the app. This way Subsurface-mobile can work with different accounts, even if offline. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qmlmanager.h')
-rw-r--r--qt-mobile/qmlmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qmlmanager.h b/qt-mobile/qmlmanager.h
index 0f43f473c..4d9b9cc8c 100644
--- a/qt-mobile/qmlmanager.h
+++ b/qt-mobile/qmlmanager.h
@@ -48,6 +48,7 @@ public:
bool loadFromCloud() const;
void setLoadFromCloud(bool done);
+ void syncLoadFromCloud();
QString startPageText() const;
void setStartPageText(const QString& text);