summaryrefslogtreecommitdiffstats
path: root/app/Settings.qml
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-04-13 15:04:22 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-04-19 19:46:57 -0700
commit64ebadd869c77f90eaed25925f850d424cdbe666 (patch)
treee3e4345e3fe070a2ab94658d0bbc3d563d08559c /app/Settings.qml
parent328590c4f42851e148ec670ebc137a6609b9f23c (diff)
settings: bluetooth: switch from qml websockets to libqtappfw
Initial support changeover to libqtappfw from qml websocket calls for agl-service-bluetooth service Bug-AGL: SPEC-1385 Change-Id: Iff434c386d19f737b76d6a92969ae131a3de8ebf Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/Settings.qml')
-rw-r--r--app/Settings.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Settings.qml b/app/Settings.qml
index 56767f3..0d74c3b 100644
--- a/app/Settings.qml
+++ b/app/Settings.qml
@@ -50,7 +50,6 @@ ApplicationWindow {
settingsModel.append({'icon': app.icon, 'title': app.title, 'checkable': app.checkable, 'app': app})
app.visible = false
- if (app.isBluetooth) app.checkBluetooth()
if (app.isWifi) app.activateWifi()
}
}