From 62f7ec11d72aeb4edbf4d6063ed3059912c7545a Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 11 Nov 2015 15:19:09 -0800 Subject: Location service: store locations in settings This is rather simplistic and will clutter the settings. I'm not convinced this is the BEST way to do this, but it's a rather straight forward way to get persistant storage of the location fixes. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-mobile/qml') diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index 2a4b8f432..bbb0806da 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -74,7 +74,7 @@ ApplicationWindow { checkable: true checked: manager.locationServiceEnabled onToggled: { - manager.setLocationServiceEnabled(checked); + manager.locationServiceEnabled = checked; } } -- cgit v1.2.3-70-g09d2