Index: sources/view/vtreatmentranges.h =================================================================== diff -u -r93d7ff58cd6fd2fea5d00587ee712a637fc941bf -r95c671ab7037af055db551456a719ff67bf10262 --- sources/view/vtreatmentranges.h (.../vtreatmentranges.h) (revision 93d7ff58cd6fd2fea5d00587ee712a637fc941bf) +++ sources/view/vtreatmentranges.h (.../vtreatmentranges.h) (revision 95c671ab7037af055db551456a719ff67bf10262) @@ -27,15 +27,12 @@ { Q_OBJECT - // coco begin validated: The Treatment Duration properties have not been used in GUI. - // has been manually tested that it works perfectly fine if used. - PROPERTY( quint32, treatmentRanges_Duration_Min , 0, false) - PROPERTY( quint32, treatmentRanges_Duration_Max , 0, false) - // coco end - PROPERTY( float , treatmentRanges_Ultrafiltration_Volume_Min, 0, false) - PROPERTY( float , treatmentRanges_Ultrafiltration_Volume_Max, 0, false) - PROPERTY( quint32, treatmentRanges_Dialysate_Flow_Min , 0, false) - PROPERTY( quint32, treatmentRanges_Dialysate_Flow_Max , 0, false) + PROPERTY( quint32, treatmentRanges_Duration_Min , 0) + PROPERTY( quint32, treatmentRanges_Duration_Max , 0) + PROPERTY( float , treatmentRanges_Ultrafiltration_Volume_Min, 0) + PROPERTY( float , treatmentRanges_Ultrafiltration_Volume_Max, 0) + PROPERTY( quint32, treatmentRanges_Dialysate_Flow_Min , 0) + PROPERTY( quint32, treatmentRanges_Dialysate_Flow_Max , 0) VIEW_DEC(VTreatmentRanges, TreatmentRangesData)