From c1b3de61902ac392ffe2597a11a89664c9499304 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 8 Feb 2016 11:08:49 -0800 Subject: 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 --- qt-mobile/qmlmanager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-mobile/qmlmanager.h') 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); -- cgit v1.2.3-70-g09d2