Index: sources/view/vtreatmentadjustmentsresponse.h =================================================================== diff -u -rea143a3b9822a985e0e6c2bad746cd04ae77e018 -r11909fd034451197eeb590176e4a8c52657cdab8 --- sources/view/vtreatmentadjustmentsresponse.h (.../vtreatmentadjustmentsresponse.h) (revision ea143a3b9822a985e0e6c2bad746cd04ae77e018) +++ sources/view/vtreatmentadjustmentsresponse.h (.../vtreatmentadjustmentsresponse.h) (revision 11909fd034451197eeb590176e4a8c52657cdab8) @@ -38,9 +38,9 @@ PROPERTY( quint32 , bloodFlow_FlowSetPoint , 0, false) PROPERTY( quint32 , dialysateFlow_FlowSetPoint , 0, false) - // coco begin validated: The property triggered supposed to be always true + // coco begin validated: The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI - // has been manually tested that it works perfectly fine if used. + // has been manually tested that it works perfectly fine PROPERTY( bool , adjustment_Triggered , 0, true ) // coco end