diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-22 13:44:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2016-12-22 13:44:31 +0000 |
commit | f190d1ecfe4d3d25e20becc212f270207212b249 (patch) | |
tree | 384b905abb7aa0bd1bfe46fa6d866a5ce6e432dd /app/wifi/Wifi.qml | |
parent | cd02c39f41469c1bf97bbea810c1fcbba5afcf43 (diff) | |
parent | 8403ee428e81f7d43b84b8214ac1f5de6ff98cad (diff) |
Merge "Wifi: Remove an Item unused"
Diffstat (limited to 'app/wifi/Wifi.qml')
-rw-r--r-- | app/wifi/Wifi.qml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/wifi/Wifi.qml b/app/wifi/Wifi.qml index 9f513a5..ad640da 100644 --- a/app/wifi/Wifi.qml +++ b/app/wifi/Wifi.qml @@ -27,15 +27,6 @@ SettingPage { property string wifiAPIpath: bindingAddress + '/wifi-manager/' - Text { - id: log - anchors.fill: parent - anchors.margins: 10 - horizontalAlignment: Text.AlignHCenter - verticalAlignment: Text.AlignVCenter - //text: "log" - } - onCheckedChanged: { console.log("Wifi set to", checked) if (checked == true) { |