summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qmlmanager.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-07 21:40:15 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-07 21:41:52 -0800
commitb6ae6979e530fa32dbdb472a2e9698cb719945a8 (patch)
tree124ad2b8fe4d0d93d70cf4b6c10556a4283dd270 /qt-mobile/qmlmanager.h
parent06dcc9ab8d6d7ca7d9967fa9db4c8e87ae376dec (diff)
downloadsubsurface-b6ae6979e530fa32dbdb472a2e9698cb719945a8.tar.gz
QML UI: show the available GPS fixes
So far the user can't interact with these. We should implement an ability to visualize the GPS fix and to delete it. 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 1dc13d669..1953f0d76 100644
--- a/qt-mobile/qmlmanager.h
+++ b/qt-mobile/qmlmanager.h
@@ -78,6 +78,7 @@ public slots:
void applyGpsData();
void sendGpsData();
void downloadGpsData();
+ void populateGpsData();
void clearGpsData();
void finishSetup();
void showMap(QString location);