Index: sources/gui/qml/pages/treatment/sections/TreatmentUltrafiltration.qml =================================================================== diff -u -r95c671ab7037af055db551456a719ff67bf10262 -r634824d6fce314971aa236e508024bd154562c9d --- sources/gui/qml/pages/treatment/sections/TreatmentUltrafiltration.qml (.../TreatmentUltrafiltration.qml) (revision 95c671ab7037af055db551456a719ff67bf10262) +++ sources/gui/qml/pages/treatment/sections/TreatmentUltrafiltration.qml (.../TreatmentUltrafiltration.qml) (revision 634824d6fce314971aa236e508024bd154562c9d) @@ -40,11 +40,10 @@ title : qsTr("ULTRAFILTRATION VOLUME") + " " + qsTr("(mL)") Connections { target: vTreatmentAdjustmentsResponse - onAdjustmentDurationTriggered: { - } + onAdjustmentDurationTriggered: { } onUltrafiltrationChanged: { // As a reminder for later use - // console.debug("@",vTreatmentAdjustmentsResponse.ultrafiltration) + console.debug("@",vTreatmentAdjustmentsResponse.ultrafiltration) } }