Index: sources/view/hd/data/VTreatmentTime.h =================================================================== diff -u -r00d9bb06ec2bad14f6dc2db678b750c244f694ef -rc503f43840024e18650c1ac558448dd0f3b70427 --- sources/view/hd/data/VTreatmentTime.h (.../VTreatmentTime.h) (revision 00d9bb06ec2bad14f6dc2db678b750c244f694ef) +++ sources/view/hd/data/VTreatmentTime.h (.../VTreatmentTime.h) (revision c503f43840024e18650c1ac558448dd0f3b70427) @@ -5,7 +5,7 @@ * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * \file vtreatmenttime.h + * \file VTreatmentTime.h * \author (last) Behrouz NematiPour * \date (last) 07-May-2020 * \author (original) Behrouz NematiPour @@ -18,6 +18,7 @@ #include // Project +#include "main.h" // Doxygen : don't remove #include "MModel.h" #include "VView.h" @@ -28,9 +29,9 @@ { Q_OBJECT - PROPERTY( quint32 , time_Total , 0); - PROPERTY( quint32 , time_Elapsed , 0); - PROPERTY( quint32 , time_Remaining , 0); + PROPERTY( quint32 , time_Total , 0) + PROPERTY( quint32 , time_Elapsed , 0) + PROPERTY( quint32 , time_Remaining , 0) VIEW_DEC(VTreatmentTime, TreatmentTimeData) };