summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
}
}