Index: sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h =================================================================== diff -u -r1a09b69b2f9dc655ddadc737fbc19bc6a9637c40 -rb12853c86ef9e517667516dc3e47bca07349cedf --- sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h (.../VCommonAdjustmentVitals.h) (revision 1a09b69b2f9dc655ddadc737fbc19bc6a9637c40) +++ sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h (.../VCommonAdjustmentVitals.h) (revision b12853c86ef9e517667516dc3e47bca07349cedf) @@ -70,6 +70,8 @@ PROPERTY( quint16 , diastolic_rt , 0) PROPERTY( quint16 , heartRate_rt , 0) + TRIGGER( bool , adjustment , 0 ) + VIEW_DEC(VTreatmentVitals, TreatmentVitalsData) void update (quint16 vSystolic, quint16 vDiastolic, quint16 vHeartRate); @@ -84,9 +86,6 @@ void timerEvent(QTimerEvent *) override; -private slots: - void onIntervalChanged(); - public slots: // vitals void doConfirm (quint16 vSystolic, quint16 vDiastolic, quint16 vHeartRate); @@ -98,14 +97,7 @@ void doTimerStop () { timerStop (); } signals: - /*! - * \brief didTrigger - * \details the signal to trigger the Gui to notify the user for the vitals measurement - */ - void didTrigger(); - - /*! * \brief didTimeout * \details the signal to trigger the Gui to notify the user for time has timed out */