Index: sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h =================================================================== diff -u -ra6abc05918a15924460d2b9358365b3eeedf1d1c -r6581def57942b1c1ef56a2f2feb74559946517b9 --- sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h (.../VTreatmentAdjustmentSaline.h) (revision a6abc05918a15924460d2b9358365b3eeedf1d1c) +++ sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h (.../VTreatmentAdjustmentSaline.h) (revision 6581def57942b1c1ef56a2f2feb74559946517b9) @@ -19,6 +19,7 @@ // Project #include "main.h" // Doxygen : don't remove #include "VTreatmentAdjustmentResponseBase.h" +#include "MTreatmentAdjustSalineResponse.h" namespace View { @@ -47,19 +48,12 @@ PROPERTY( qint32 , target , 0 ) - // coco begin validated: Manually tested - // This property should not be used in QML since it need exposed enum - // exposed enum usage in QML is not suggested since QML will not error out on any issue - // kept for consistency and debugging use cases - // Look at the VHDTreatmentStates saline bolus properties - PROPERTY( qint32 , state , 0 ) - //coco end - VIEW_DEC_CLASS_ADJUSTMENT(VTreatmentAdjustmentSaline, AdjustSalineResponseData) // ---------- Start/Stop Saline Bolus public slots: - void doAdjustment(); + void doStart(); + void doStop (); signals: /*!