diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-30 11:08:33 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-30 11:08:33 -0700 |
commit | ba9288fab6d7aa8527f7a75a717cdc88a68facd9 (patch) | |
tree | 3d779a9bbdba74ab13e2d4d652c5c6306afd931c /mobile-widgets/qmlmanager.h | |
parent | 7afcadef532a06de7ae9bf515e81971babd139fa (diff) | |
download | subsurface-ba9288fab6d7aa8527f7a75a717cdc88a68facd9.tar.gz |
QML UI: when first entering cloud credentials, force cloud connection
With offline the default now, we need to force a connection at least once
so that the repos are in sync. And then of course we need to return to the
correct state, regardless on whether this connection succeeded or failed.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r-- | mobile-widgets/qmlmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h index 965a68d40..906e7b0b2 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -174,6 +174,7 @@ private: bool checkLocation(DiveObjectHelper *myDive, struct dive *d, QString location, QString gps); bool checkDuration(DiveObjectHelper *myDive, struct dive *d, QString duration); bool checkDepth(DiveObjectHelper *myDive, struct dive *d, QString depth); + bool currentGitLocalOnly; signals: void cloudUserNameChanged(); |