Index: sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h =================================================================== diff -u -rc1358f289cb0b96fb75b9ae67659d8a550262f78 -r736a7be958ca343f17b50e9e0d85cd395e8037e7 --- sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h (.../VCommonAdjustmentVitals.h) (revision c1358f289cb0b96fb75b9ae67659d8a550262f78) +++ sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h (.../VCommonAdjustmentVitals.h) (revision 736a7be958ca343f17b50e9e0d85cd395e8037e7) @@ -40,10 +40,6 @@ int _counter_sec = 0; int _counter_min = 0; - // The property adjustment_Triggered has to be always true - // and to always trigger the change event to work as a notifier for GUI - TRIGGER( bool , adjustment , 0) - // Vitals data // constant range variables / units / ... CONSTANT( quint16 , systolicMin , 60) @@ -55,7 +51,7 @@ // timer PROPERTY( bool , enableDialog , 0) // enable the vital Dialog being triggered (pre-treatment is screen not a dialog) - PROPERTY( quint8 , interval , 1) // show the vital screen in min + PROPERTY( quint8 , interval , 0) // show the vital screen in min // timestamp PROPERTY( quint64 , epoch , 0) @@ -110,7 +106,7 @@ * \brief didTrigger * \details the signal to trigger the Gui to notify the user for the vitals measurement */ - void didTrigger(quint16 vSystolic = 0, quint16 vDiastolic = 0, quint16 vHeartRate = 0); + void didTrigger(); /*! * \brief didAdjustment