Index: sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h =================================================================== diff -u -raeb915075b9e13e5c1aaf2800ba6db03b6c24a0b -r27331dcb133e4d400eef25d5595c3b277e79504c --- sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h (.../VCommonAdjustmentVitals.h) (revision aeb915075b9e13e5c1aaf2800ba6db03b6c24a0b) +++ sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h (.../VCommonAdjustmentVitals.h) (revision 27331dcb133e4d400eef25d5595c3b277e79504c) @@ -60,7 +60,8 @@ // timer - PROPERTY( bool , enabled , 0) // enable the vital screen timer + PROPERTY( bool , enableDialog , 0) // enable the vital screen timer + PROPERTY( bool , enableUpdate , 0) // enable the vital screen timer PROPERTY( quint8 , interval , 0) // show the vital screen in min PROPERTY( quint8 , timeout , 1) // close the vital screen in min @@ -93,7 +94,7 @@ void doConfirm (quint16 vSystolic, quint16 vDiastolic, quint16 vHeartRate); void doSkip (); void doTimeout (); - void doReset (bool vEnabled); + void doReset (); signals: /*! @@ -107,7 +108,7 @@ * \brief didTrigger * \details the signal to trigger the Gui to notify the user for the vitals measurement */ - void didTrigger(); + void didTrigger(quint16 vSystolic = 0, quint16 vDiastolic = 0, quint16 vHeartRate = 0); /*! * \brief didTrigger