Index: sources/view/hd/adjustment/VTreatmentAdjustmentHeparin.h =================================================================== diff -u -rf688ed9f1c64a2603a6d10fbb090b257a43e1f6f -r6581def57942b1c1ef56a2f2feb74559946517b9 --- sources/view/hd/adjustment/VTreatmentAdjustmentHeparin.h (.../VTreatmentAdjustmentHeparin.h) (revision f688ed9f1c64a2603a6d10fbb090b257a43e1f6f) +++ sources/view/hd/adjustment/VTreatmentAdjustmentHeparin.h (.../VTreatmentAdjustmentHeparin.h) (revision 6581def57942b1c1ef56a2f2feb74559946517b9) @@ -46,19 +46,12 @@ TRIGGER( bool , adjustment , 0 ) // coco end - // 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 Heparin bolus properties - PROPERTY( qint32 , state , 0 ) - //coco end - VIEW_DEC_CLASS_ADJUSTMENT(VTreatmentAdjustmentHeparin, AdjustHeparinResponseData) // ---------- Start/Stop Heparin Bolus public slots: - void doAdjustment(); + void doPause (); + void doResume(); signals: /*!