Index: sources/view/vtreatmenttime.h =================================================================== diff -u -r595ed1fbe8066960afd4c8fea168208e81b173d9 -rb166776048ef9001ff2cb4b69df81a5dff40849a --- sources/view/vtreatmenttime.h (.../vtreatmenttime.h) (revision 595ed1fbe8066960afd4c8fea168208e81b173d9) +++ sources/view/vtreatmenttime.h (.../vtreatmenttime.h) (revision b166776048ef9001ff2cb4b69df81a5dff40849a) @@ -27,9 +27,9 @@ { Q_OBJECT - PROPERTY( quint32 , time_Total , 0) - PROPERTY( quint32 , time_Elapsed , 0) - PROPERTY( quint32 , time_Remaining , 0) + PROPERTY( quint32 , time_Total , 0, false) + PROPERTY( quint32 , time_Elapsed , 0, false) + PROPERTY( quint32 , time_Remaining , 0, false) VIEW_DEC(VTreatmentTime, TreatmentTimeData)