Index: sources/view/td/adjustment/treatment/VTreatmentAdjustmentVitals.cpp =================================================================== diff -u -rae31b8fc6d423cdcbe99c60c711d6175da6be8fb -rde099919f262c3429cb0592ef71deb6a16e92892 --- sources/view/td/adjustment/treatment/VTreatmentAdjustmentVitals.cpp (.../VTreatmentAdjustmentVitals.cpp) (revision ae31b8fc6d423cdcbe99c60c711d6175da6be8fb) +++ sources/view/td/adjustment/treatment/VTreatmentAdjustmentVitals.cpp (.../VTreatmentAdjustmentVitals.cpp) (revision de099919f262c3429cb0592ef71deb6a16e92892) @@ -32,7 +32,7 @@ // if timeout is emited then let QML know to skip measurement _timeoutTimer.setSingleShot(true); _timeoutTimer.setInterval(2 * 60 * 1000); // 2 min timeout - connect(&_timeoutTimer, &QTimer::timeout, this, [this]() { timedOut(true); }); + connect(&_timeoutTimer, &QTimer::timeout, this, [this]() { emit didTimeout(); }); } /*!