From 54028f6c8e856ac44e6833328b22d7b90fd4fbd7 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Thu, 22 Dec 2016 17:27:58 +0900 Subject: Wifi & Bluetooth: use binding address defined in main.cpp Change-Id: I37927e3287cc63531e58aedec0fee67eb4331e47 Signed-off-by: Tasuku Suzuki --- app/wifi/Wifi.qml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'app/wifi/Wifi.qml') diff --git a/app/wifi/Wifi.qml b/app/wifi/Wifi.qml index f5fdae1..f9a85e1 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 -- cgit 1.2.3-korg