Index: sources/view/vtreatmentadjustmentsresponse.h =================================================================== diff -u -rb798668f16ad0967ab97e96f5f9a2cdd821e899f -r016578b44e879b89bd42dda7763ed50e67d7e64c --- sources/view/vtreatmentadjustmentsresponse.h (.../vtreatmentadjustmentsresponse.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) +++ sources/view/vtreatmentadjustmentsresponse.h (.../vtreatmentadjustmentsresponse.h) (revision 016578b44e879b89bd42dda7763ed50e67d7e64c) @@ -37,32 +37,15 @@ friend class ::tst_views; // coco begin validated: - - // The Reason property as quint32 is not used directly in GUI + // The adjustment_Reason property as quint32 is not used directly in GUI // it will be used as QString text. // has been manually tested that it works perfectly fine if used. PROPERTY( quint32 , adjustment_Reason , 0) - - // 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 - TRIGGER( bool , adjustmentFlow , 0) - TRIGGER( bool , adjustmentDuration , 0) - // coco end - - // Treatment Blood/Dialysate Flow data PROPERTY( bool , adjustment_Accepted , 0) - PROPERTY( quint32 , bloodFlow_FlowSetPoint , 0) - PROPERTY( quint32 , dialysateFlow_FlowSetPoint , 0) - // Treatment Duration data - PROPERTY( quint32 , duration , 0) - PROPERTY( float , ultrafiltration , 0) - VIEW_DEC_CLASS(VTreatmentAdjustmentsResponse) - VIEW_DEC_SLOT_ADJUSTMENTS private: QString reasonText (GuiRequestReasons vEnum);