diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-22 13:44:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2016-12-22 13:44:21 +0000 |
commit | cd02c39f41469c1bf97bbea810c1fcbba5afcf43 (patch) | |
tree | a9f8c1b6f6814e50e58a507a80527908a80947c8 /app/wifi | |
parent | 601f5f0fceb0e86d47e41943031b784f8f7f7f0b (diff) | |
parent | 54028f6c8e856ac44e6833328b22d7b90fd4fbd7 (diff) |
Merge "Wifi & Bluetooth: use binding address defined in main.cpp"
Diffstat (limited to 'app/wifi')
-rw-r--r-- | app/wifi/Wifi.qml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app/wifi/Wifi.qml b/app/wifi/Wifi.qml index 1536e8b..9f513a5 100644 --- a/app/wifi/Wifi.qml +++ b/app/wifi/Wifi.qml @@ -25,12 +25,7 @@ SettingPage { title: 'Wifi' checkable: true - property string protocol: 'http://' - property string ipAddress: '127.0.0.1' - property string portNumber: Qt.application.arguments[1] - property string tokenString: Qt.application.arguments[2] - property string wifiAPI: '/api/wifi-manager/' - property string wifiAPIpath: protocol + ipAddress + ':' + portNumber + wifiAPI + property string wifiAPIpath: bindingAddress + '/wifi-manager/' Text { id: log |