Index: sources/device/DeviceView.h =================================================================== diff -u -r0ce9ad2246ce63e9fcb706c0025ccf2a6ee88199 -r0ec66896d0a55a98915dda17f2acf3ff290398a7 --- sources/device/DeviceView.h (.../DeviceView.h) (revision 0ce9ad2246ce63e9fcb706c0025ccf2a6ee88199) +++ sources/device/DeviceView.h (.../DeviceView.h) (revision 0ec66896d0a55a98915dda17f2acf3ff290398a7) @@ -85,7 +85,7 @@ ATTRIBUTE ( QStringList , wifiList , {}, WifiList ) ATTRIBUTE ( QStringList , wifiInfo , {}, WifiInfo ) ATTRIBUTE ( bool , wifiConnect , false, WifiConnect ) - READONLY ( bool , wifiListEnabled , true ) + READONLY ( bool , isWifiScanning , false ) READONLY ( QString , ssid , "" ) READONLY ( QString , ipAddress , "" ) READONLY ( QString , gateway , "" )