Index: sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp =================================================================== diff -u -ra6586ea871f21a08e7d50552983360fb5e344b3a -r7fe4da5003605202da8bd782f1827deb3dac0e32 --- sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp (.../VCommonAdjustmentVitals.cpp) (revision a6586ea871f21a08e7d50552983360fb5e344b3a) +++ sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp (.../VCommonAdjustmentVitals.cpp) (revision 7fe4da5003605202da8bd782f1827deb3dac0e32) @@ -176,6 +176,10 @@ // DEBUG: qDebug() << __FUNCTION__ << _counter_sec << _counter_min << _interval << _timerId; _counter_sec++; + + debug_min_left(_counter_min ); + debug_sec_left(60 - _counter_sec); + if ( _counter_sec % 60 ) return; // only check every minute if ( ! _counter_min ) { @@ -186,6 +190,8 @@ _counter_min--; _counter_sec = 0; } + + } void View::VTreatmentVitals::onIntervalChanged()