From 4b39971978b5c1fe2f50e83837eb5f8b2ce7ce47 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 12 Nov 2015 20:23:00 -0800 Subject: Location service: apply the saved GPS fixes to dive list Signed-off-by: Dirk Hohndel --- qt-mobile/qml/main.qml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'qt-mobile/qml') diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index d22710ea4..3e18cbc68 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -79,6 +79,13 @@ ApplicationWindow { } } + MenuItem { + text: "Apply GPS data to dives" + onTriggered: { + manager.applyGpsData(); + } + } + MenuItem { text: "View Log" onTriggered: { -- cgit v1.2.3-70-g09d2