Index: sources/view/dg/data/VDGDrainPumpData.cpp =================================================================== diff -u -r00d9bb06ec2bad14f6dc2db678b750c244f694ef -rc503f43840024e18650c1ac558448dd0f3b70427 --- sources/view/dg/data/VDGDrainPumpData.cpp (.../VDGDrainPumpData.cpp) (revision 00d9bb06ec2bad14f6dc2db678b750c244f694ef) +++ sources/view/dg/data/VDGDrainPumpData.cpp (.../VDGDrainPumpData.cpp) (revision c503f43840024e18650c1ac558448dd0f3b70427) @@ -18,6 +18,12 @@ VIEW_DEF(VDGDrainPump, DGDrainPumpData) +/*! + * \brief VDGDrainPump::onActionReceive + * \details Model data received message handler. + * When signal received this method is called to update the view properties. + * \param vData - Model data + */ void VDGDrainPump::onActionReceive(const DGDrainPumpData &vData) { rpm ( vData.mRPM );