summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qmlmanager.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-26 13:22:50 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-26 13:33:11 -0800
commitbf239e7c428c1407147b4e380655c08560e5a56d (patch)
tree20947b8d229c91f1e80e31697fc3a88b728c2619 /qt-mobile/qmlmanager.h
parent7ffe7a8c8a389fd56cba3c18d142bf1ad59d872c (diff)
downloadsubsurface-bf239e7c428c1407147b4e380655c08560e5a56d.tar.gz
QML-UI: add hacky, useless way to show the GPS location of a dive
This is of course stupid and NOT what we want to do, but one could argue it's better than nothing (well, not sure, whatever). If we have a GPS location associated with a dive and you tap on the location name when showing the dive details, it opens a static image of a satellite map with a marker for the dive site. 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 e9b0d27e7..f6ed60aed 100644
--- a/qt-mobile/qmlmanager.h
+++ b/qt-mobile/qmlmanager.h
@@ -78,6 +78,7 @@ public slots:
void sendGpsData();
void clearGpsData();
void finishSetup();
+ void showMap(QString location);
private:
QString m_cloudUserName;