Index: sources/device/DeviceView.h =================================================================== diff -u -re7c552d59935eb2a63f3dcee0a5161d19f5c7ac5 -r39cf67206cb217ab6b0ce898bd74d954fe98dc54 --- sources/device/DeviceView.h (.../DeviceView.h) (revision e7c552d59935eb2a63f3dcee0a5161d19f5c7ac5) +++ sources/device/DeviceView.h (.../DeviceView.h) (revision 39cf67206cb217ab6b0ce898bd74d954fe98dc54) @@ -131,7 +131,7 @@ READONLY ( QString , gateway , "" ) READONLY ( QString , subnetMask , "" ) READONLY ( QString , dns , "" ) - ATTRIBUTE ( QString , connectWifi , "", ConnectWifi ) + ATTRIBUTE ( bool , connectWifi , false, ConnectWifi ) VIEW_DEC_CLASS_EX(VDevice, QAbstractListModel)