Index: sources/view/settings/VDuetRoWaterDG.cpp =================================================================== diff -u -r28845c70151c3fb6f1a8e92c82da0232b6ca854a -r6c6f1f5d466badd9b4fd67be7c907234c342b2a2 --- sources/view/settings/VDuetRoWaterDG.cpp (.../VDuetRoWaterDG.cpp) (revision 28845c70151c3fb6f1a8e92c82da0232b6ca854a) +++ sources/view/settings/VDuetRoWaterDG.cpp (.../VDuetRoWaterDG.cpp) (revision 6c6f1f5d466badd9b4fd67be7c907234c342b2a2) @@ -72,12 +72,12 @@ * \brief VDuetRoWaterDG::onSettingsDone * \details fills the items below, read from the settings file, when the reading is notified done by ApplicationController. * acidConcentrateOptions - * */ void View::VDuetRoWaterDG::onActionReceive(const SettingsData &) { _post = true; QString mCategory = Storage::Settings_Category_SettingsSystem; FROMVARIANT( status, "RoWaterMode", "RoWaterMode", UInt ); + //POST// doAdjustment(_status); }