diff options
Diffstat (limited to 'qt-mobile/qml/main.qml')
-rw-r--r-- | qt-mobile/qml/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |