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:
54028f6
)
Wifi: Remove an Item unused
03/7803/1
author
Tasuku Suzuki
<tasuku.suzuki@qt.io>
Thu, 22 Dec 2016 08:42:59 +0000
(17:42 +0900)
committer
Tasuku Suzuki
<tasuku.suzuki@qt.io>
Thu, 22 Dec 2016 08:43:07 +0000
(17:43 +0900)
Change-Id: I3252a15c25f902c254a9ccacfcbd9a5463135473
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
app/wifi/Wifi.qml
patch
|
blob
|
history
diff --git
a/app/wifi/Wifi.qml
b/app/wifi/Wifi.qml
index
f9a85e1
..
8880453
100644
(file)
--- 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) {