summaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2016-01-22 20:48:05 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-24 21:27:24 -0800
commit9eea5a42944e1e7a51ce66ed06f960c0049238b7 (patch)
tree949a0f82ebb93310e3948fc7eef9e1aaeed0221c /qt-mobile
parentfd175e87812a0ec83206c60b18c50f2f49ed1838 (diff)
downloadsubsurface-9eea5a42944e1e7a51ce66ed06f960c0049238b7.tar.gz
Show map from the list of GPS fixes
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/GpsList.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/GpsList.qml b/qt-mobile/qml/GpsList.qml
index 422775e3d..07dc4a5de 100644
--- a/qt-mobile/qml/GpsList.qml
+++ b/qt-mobile/qml/GpsList.qml
@@ -98,6 +98,7 @@ MobileComponents.Page {
iconName: "gps"
onTriggered: {
print("show map")
+ manager.showMap(latitude + " " + longitude)
}
}