Index: sources/view/vtreatmenttime.h =================================================================== diff -u -r3bdf58e8bee7d76eb19c1116738ff1e2c534ccc7 -r95c671ab7037af055db551456a719ff67bf10262 --- sources/view/vtreatmenttime.h (.../vtreatmenttime.h) (revision 3bdf58e8bee7d76eb19c1116738ff1e2c534ccc7) +++ sources/view/vtreatmenttime.h (.../vtreatmenttime.h) (revision 95c671ab7037af055db551456a719ff67bf10262) @@ -27,9 +27,9 @@ { Q_OBJECT - PROPERTY( quint32 , time_Total , 0, false) - PROPERTY( quint32 , time_Elapsed , 0, false) - PROPERTY( quint32 , time_Remaining , 0, false) + PROPERTY( quint32 , time_Total , 0) + PROPERTY( quint32 , time_Elapsed , 0) + PROPERTY( quint32 , time_Remaining , 0) VIEW_DEC(VTreatmentTime, TreatmentTimeData)