Index: sources/device/DeviceView.cpp =================================================================== diff -u -r94c7a571dc12f24aa072ac2b14199432ce9f3821 -r46c55a9eeb75ac84fbcd6160a2318c459672936a --- sources/device/DeviceView.cpp (.../DeviceView.cpp) (revision 94c7a571dc12f24aa072ac2b14199432ce9f3821) +++ sources/device/DeviceView.cpp (.../DeviceView.cpp) (revision 46c55a9eeb75ac84fbcd6160a2318c459672936a) @@ -28,7 +28,6 @@ void VDevice::initConnections() { - ACTION_VIEW_CONNECTION(SettingsData) DEVICE_VIEW_INIT_CONNECTIONS_LIST connect(&_DeviceController , SIGNAL(didPOSTOSVersionData(QString)), this , SLOT( onPOSTOSVersionData(QString))); @@ -627,15 +626,5 @@ ipAddress(vData); } -// ================================================= User Mode -/*! - * \brief VDevice::onSettingsDone - * \details fills the items below, read from the settings file, when the reading is notified done by ApplicationController. - */ -void VDevice::onActionReceive(const SettingsData &) -{ - QString mCategory = Storage::Settings_Category_SettingsSystem; - FROMVARIANT( userMode, "UserMode", "UserMode", UInt ); -}