From 2b1ffb3cc49566c8c138e1e536c8d1f25344e960 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 7 Jan 2016 21:37:36 -0800 Subject: QML UI: trigger download of GPS fixes 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 c0d079106..b9a377c56 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -97,6 +97,13 @@ MobileComponents.ApplicationWindow { } } + Action { + text: "Download GPS data" + onTriggered: { + manager.downloadGpsData(); + } + } + Action { text: "Clear GPS cache" onTriggered: { -- cgit v1.2.3-70-g09d2