diff options
| author | 2016-01-22 20:48:05 +0200 | |
|---|---|---|
| committer | 2016-01-24 21:27:24 -0800 | |
| commit | 9eea5a42944e1e7a51ce66ed06f960c0049238b7 (patch) | |
| tree | 949a0f82ebb93310e3948fc7eef9e1aaeed0221c | |
| parent | fd175e87812a0ec83206c60b18c50f2f49ed1838 (diff) | |
| download | subsurface-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>
| -rw-r--r-- | qt-mobile/qml/GpsList.qml | 1 |
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) } } |