Index: sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r799431fc75a1fbe1b874f08344c009c6b511047d --- sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h (.../VCommonAdjustmentVitals.h) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/view/hd/adjustment/common/VCommonAdjustmentVitals.h (.../VCommonAdjustmentVitals.h) (revision 799431fc75a1fbe1b874f08344c009c6b511047d) @@ -36,9 +36,9 @@ // friends friend class ::tst_views; - int _timerId = 0; - int _timerCounter = 0; - int _secCounter = 0; + int _timerId = 0; // 0 means no timer started or failed to start. + int _counter_sec = 0; + int _counter_min = 0; // disabled coco begin validated: // The property adjustment_Triggered has to be always true @@ -89,7 +89,7 @@ void timerEvent(QTimerEvent *) override; private slots: - void onTimerChanged(); + void onIntervalChanged(); public slots: // vitals