summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qmlmanager.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-07 21:37:36 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-07 21:41:52 -0800
commit2b1ffb3cc49566c8c138e1e536c8d1f25344e960 (patch)
treee1aeb00966c4b78ff992363ed5dc2fee8959fdcb /qt-mobile/qmlmanager.h
parent1c66e399fa1f3549a9c3349d3a3f13000bb0d353 (diff)
downloadsubsurface-2b1ffb3cc49566c8c138e1e536c8d1f25344e960.tar.gz
QML UI: trigger download of GPS fixes
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 24ca265e6..1dc13d669 100644
--- a/qt-mobile/qmlmanager.h
+++ b/qt-mobile/qmlmanager.h
@@ -77,6 +77,7 @@ public slots:
QString addDive();
void applyGpsData();
void sendGpsData();
+ void downloadGpsData();
void clearGpsData();
void finishSetup();
void showMap(QString location);