Index: denali.pro.user =================================================================== diff -u -r54b6ca60bd6dbd679bb759a110675eee1de8872a -r36261904932c6f05bc28a2a93d44becb4f76c4ac --- denali.pro.user (.../denali.pro.user) (revision 54b6ca60bd6dbd679bb759a110675eee1de8872a) +++ denali.pro.user (.../denali.pro.user) (revision 36261904932c6f05bc28a2a93d44becb4f76c4ac) @@ -1,6 +1,6 @@ - + EnvironmentId Index: sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp =================================================================== diff -u -r27331dcb133e4d400eef25d5595c3b277e79504c -r36261904932c6f05bc28a2a93d44becb4f76c4ac --- sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp (.../VCommonAdjustmentVitals.cpp) (revision 27331dcb133e4d400eef25d5595c3b277e79504c) +++ sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp (.../VCommonAdjustmentVitals.cpp) (revision 36261904932c6f05bc28a2a93d44becb4f76c4ac) @@ -31,10 +31,10 @@ void View::VTreatmentVitals::initConnections() { ACTION_RECEIVE_BRIDGE_CONNECTION(_BluetoothInterface, UIBloodPressureData); - connect(this, SIGNAL( enabledChanged(const bool &)), - this, SLOT(onTimerChanged ( ))); - connect(this, SIGNAL( intervalChanged(const quint8 &)), - this, SLOT(onTimerChanged ( ))); + connect(this, SIGNAL( enableDialogChanged (const bool &)), + this, SLOT(onTimerChanged ( ))); + connect(this, SIGNAL( intervalChanged (const quint8 &)), + this, SLOT(onTimerChanged ( ))); } /*!