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>
This commit is contained in:
Dirk Hohndel 2016-02-08 11:08:49 -08:00
parent d43a2c032b
commit c1b3de6190
2 changed files with 13 additions and 5 deletions

View file

@ -48,6 +48,7 @@ public:
bool loadFromCloud() const;
void setLoadFromCloud(bool done);
void syncLoadFromCloud();
QString startPageText() const;
void setStartPageText(const QString& text);