Code Review
/
apps
/
settings.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
bae8951
)
app: wifi: use new WifiAdapter interface
29/21329/1
7.99.1
7.99.2
halibut/7.99.1
halibut/7.99.2
halibut_7.99.1
halibut_7.99.2
author
Raquel Medina
<raquel.medina@konsulko.com>
Tue, 30 Apr 2019 09:16:34 +0000
(12:16 +0300)
committer
Raquel Medina
<raquel.medina@konsulko.com>
Thu, 16 May 2019 19:02:07 +0000
(22:02 +0300)
Change-Id: I4e3c8d8ebd248fa59457627e0711e21c46cb4549
Bug-AGL: SPEC-2293
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
app/wifi/Wifi.qml
patch
|
blob
|
history
diff --git
a/app/wifi/Wifi.qml
b/app/wifi/Wifi.qml
index
d9ab949
..
ba9d89e
100644
(file)
--- a/
app/wifi/Wifi.qml
+++ b/
app/wifi/Wifi.qml
@@
-26,11
+26,11
@@
SettingPage {
icon: '/wifi/images/HMI_Settings_WifiIcon.svg'
title: 'Wifi'
checkable: true
- checked:
network
.wifiEnabled
+ checked:
WifiAdapter
.wifiEnabled
readonly property bool isWifi: true
onCheckedChanged: {
- network.power(checked)
+ network.power(checked
,"wifi"
)
}
Component {