From 577da54454e83e448b3a9ba912b4ba58fa64d3ab Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 13 Nov 2015 17:20:45 -0800 Subject: Location service: add ability to delete all stored GPS fixes This may need an "are you sure" confirmation dialog... 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 3e18cbc68..d4b01cb33 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -86,6 +86,13 @@ ApplicationWindow { } } + MenuItem { + text: "Clear stored GPS data" + onTriggered: { + manager.clearGpsData(); + } + } + MenuItem { text: "View Log" onTriggered: { -- cgit v1.2.3-70-g09d2