Index: sources/view/dg/data/VDGHeatersData.h =================================================================== diff -u -r00d9bb06ec2bad14f6dc2db678b750c244f694ef -rc503f43840024e18650c1ac558448dd0f3b70427 --- sources/view/dg/data/VDGHeatersData.h (.../VDGHeatersData.h) (revision 00d9bb06ec2bad14f6dc2db678b750c244f694ef) +++ sources/view/dg/data/VDGHeatersData.h (.../VDGHeatersData.h) (revision c503f43840024e18650c1ac558448dd0f3b70427) @@ -17,6 +17,7 @@ #include // Project +#include "main.h" // Doxygen : don't remove #include "MModel.h" #include "VView.h" @@ -27,9 +28,9 @@ { Q_OBJECT - PROPERTY( quint32, mainPrimaryDC , 0); - PROPERTY( quint32, smallPrimaryDC , 0); - PROPERTY( quint32, trimmerDC , 0); + PROPERTY( quint32, mainPrimaryDC , 0) + PROPERTY( quint32, smallPrimaryDC , 0) + PROPERTY( quint32, trimmerDC , 0) VIEW_DEC(VDGHeaters, DGHeatersData) };