summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qmlmanager.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-03 14:30:30 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-03 14:30:30 -0800
commita0b83dc2f16fa3042966aeedc85e7eacfc4a200c (patch)
treec532500c0eef4757a5d24dfee49986fcdafcbad7 /qt-mobile/qmlmanager.h
parent7a94360a6da6665ea42de29c39246a5ebc67dada (diff)
downloadsubsurface-a0b83dc2f16fa3042966aeedc85e7eacfc4a200c.tar.gz
QML UI: different functions for saving Preferences and Cloud Credentials
Tapping Save on those two pages should only update the data that are actually available on those pages. 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 c76fce975..f91417519 100644
--- a/qt-mobile/qmlmanager.h
+++ b/qt-mobile/qmlmanager.h
@@ -50,6 +50,7 @@ public:
public slots:
void savePreferences();
+ void saveCloudCredentials();
void loadDives();
void commitChanges(QString diveId, QString suit, QString buddy, QString diveMaster, QString notes);
void saveChanges();