summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-12-22 13:44:31 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2016-12-22 13:44:31 +0000
commitf190d1ecfe4d3d25e20becc212f270207212b249 (patch)
tree384b905abb7aa0bd1bfe46fa6d866a5ce6e432dd
parentcd02c39f41469c1bf97bbea810c1fcbba5afcf43 (diff)
parent8403ee428e81f7d43b84b8214ac1f5de6ff98cad (diff)
Merge "Wifi: Remove an Item unused"
-rw-r--r--app/wifi/Wifi.qml9
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) {