Index: sources/device/DeviceView.h =================================================================== diff -u -r94c7a571dc12f24aa072ac2b14199432ce9f3821 -r46c55a9eeb75ac84fbcd6160a2318c459672936a --- sources/device/DeviceView.h (.../DeviceView.h) (revision 94c7a571dc12f24aa072ac2b14199432ce9f3821) +++ sources/device/DeviceView.h (.../DeviceView.h) (revision 46c55a9eeb75ac84fbcd6160a2318c459672936a) @@ -23,7 +23,6 @@ #include "VView.h" #include "DeviceGlobals.h" #include "DeviceModels.h" -#include "MSettings.h" // define @@ -129,11 +128,7 @@ READONLY ( QString , subnetMask , "" ) READONLY ( QString , dns , "" ) - READONLY ( bool , userMode , 0 ) - - VIEW_DEC_CLASS_EX(VDevice, QAbstractListModel) - VIEW_DEC_SLOT(SettingsData) public slots: void doWifiConnect(bool vConnect, const QString &vSsid, const QString &vPassword);