summaryrefslogtreecommitdiffstats
path: root/app/Settings.qml
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2018-07-25 12:24:28 -0400
committerMatt Porter <mporter@konsulko.com>2018-07-27 12:04:34 -0400
commit0a5f2088affd1a92a38b067618585c57730b0646 (patch)
tree73caadc2f3c2806bf0eca19016fa9d1f5ccd628f /app/Settings.qml
parent9f54d40746e2a09781e2a197cea1822bbd0d25ad (diff)
wifi: convert to libqtappfw network model
Use libqtappfw's network model for the wifi network list, wifi status, and wifi power/connect/disconnect methods. Remove useless websocket message handling and other related code. Bug-AGL: SPEC-1542 Change-Id: I269fc03405be98f428b61e6a583eb5cbad767c6e Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'app/Settings.qml')
-rw-r--r--app/Settings.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Settings.qml b/app/Settings.qml
index 0d74c3b..b3a622a 100644
--- a/app/Settings.qml
+++ b/app/Settings.qml
@@ -49,8 +49,6 @@ ApplicationWindow {
if (!app.isSetting) continue
settingsModel.append({'icon': app.icon, 'title': app.title, 'checkable': app.checkable, 'app': app})
app.visible = false
-
- if (app.isWifi) app.activateWifi()
}
}