Index: sources/view/dg/data/VDGDrainPumpData.h =================================================================== diff -u -r00d9bb06ec2bad14f6dc2db678b750c244f694ef -rc503f43840024e18650c1ac558448dd0f3b70427 --- sources/view/dg/data/VDGDrainPumpData.h (.../VDGDrainPumpData.h) (revision 00d9bb06ec2bad14f6dc2db678b750c244f694ef) +++ sources/view/dg/data/VDGDrainPumpData.h (.../VDGDrainPumpData.h) (revision c503f43840024e18650c1ac558448dd0f3b70427) @@ -17,18 +17,23 @@ #include // Project +#include "main.h" // Doxygen : don't remove #include "MModel.h" #include "VView.h" // namespace namespace View { +/*! + * \brief The VDGDrainPump class + * View for Model data DGDrainPumpData representation. + */ class VDGDrainPump : public QObject { Q_OBJECT - PROPERTY( quint32 , rpm , 0); - PROPERTY( quint32 , dac , 0); + PROPERTY( quint32 , rpm , 0) + PROPERTY( quint32 , dac , 0) VIEW_DEC(VDGDrainPump, DGDrainPumpData) };