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-05-08 18:18:57 -0700
commit550a9bca3658852521dc6647ed0d8bd4101cf9a6 (patch)
tree8230a23575af76ead1cba79d29e214183a37b025 /app/Settings.qml
parentf71e7005a3ea85fdffa0ac88c33e5e48e7461a02 (diff)
settings: bluetooth: switch from qml websockets to libqtappfweel_5.0.3eel/5.0.35.0.3
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()
}
}