aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2018-07-27 13:07:56 -0400
committerMatt Porter <mporter@konsulko.com>2018-07-27 13:07:56 -0400
commitdb717523a6f9797312c94e756bac1b7b542e40ed (patch)
tree494726760bdf61f31b767216e5338bfbb06f5869 /homescreen/qml
parenta8b94699ae7ec155729fcccda2be4f22328ca790 (diff)
Convert StatusBarModel to get WiFi status info from network binding
The StatusBarModel updates icons using an exposed DBus API that avoids the appfw. The new networking binding does not support the out of band StatusBar DBus API. Use events from the network binding (exposed as Qt properties) to update the WiFi status indicator. Bug-AGL: SPEC-1628 Change-Id: Ie91f69c1d5d54d4fb225e4e99a1d5a94a0dc83e7 Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'homescreen/qml')
-rw-r--r--homescreen/qml/StatusArea.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/homescreen/qml/StatusArea.qml b/homescreen/qml/StatusArea.qml
index ab14a23..1a86a57 100644
--- a/homescreen/qml/StatusArea.qml
+++ b/homescreen/qml/StatusArea.qml
@@ -117,7 +117,7 @@ Item {
Layout.preferredWidth: 76
spacing: -10
Repeater {
- model: StatusBarModel {}
+ model: StatusBarModel { objectName: "statusBar" }
delegate: Image {
Layout.preferredWidth: 77
Layout.preferredHeight: 73