Index: sources/view/dg/data/VDGDrainPumpData.h =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -r12e7b6dda53cf8db7707c7fa55dcf6137e7d6997 --- sources/view/dg/data/VDGDrainPumpData.h (.../VDGDrainPumpData.h) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ sources/view/dg/data/VDGDrainPumpData.h (.../VDGDrainPumpData.h) (revision 12e7b6dda53cf8db7707c7fa55dcf6137e7d6997) @@ -18,12 +18,20 @@ #include // Project +#include "main.h" // Doxygen : don't remove #include "MModel.h" -#include "vview.h" +#include "VView.h" // namespace namespace View { +/*! + * \brief The VDGDrainPump class + * \details View for Model's Data representation. + * + * \sa Model::MDGDrainPump + * + */ class VDGDrainPump : public QObject { Q_OBJECT @@ -32,6 +40,5 @@ PROPERTY( quint32 , dac , 0) VIEW_DEC(VDGDrainPump, DGDrainPumpData) - }; }