Index: sources/gui/qml/pages/posttreatment/PostTreatmentStack.qml =================================================================== diff -u -raf8d98b36b427e2b5f4d6659fcf3b58ee79eab6a -r1d3e80dd50bfe08502c8e52de126a2b809370211 --- sources/gui/qml/pages/posttreatment/PostTreatmentStack.qml (.../PostTreatmentStack.qml) (revision af8d98b36b427e2b5f4d6659fcf3b58ee79eab6a) +++ sources/gui/qml/pages/posttreatment/PostTreatmentStack.qml (.../PostTreatmentStack.qml) (revision 1d3e80dd50bfe08502c8e52de126a2b809370211) @@ -93,8 +93,9 @@ // connections Connections { target: vPostTreatmentStates - function onPatientDisconnectionChanged ( vValue ) { console.debug("patientDisconnection", vValue )} function onDrainReservoirsChanged ( vValue ) { console.debug("drainReservoirs ", vValue )} + function onPatientDisconnectionChanged ( vValue ) { console.debug("patientDisconnection", vValue )} + function onDisposableRemovalChanged ( vValue ) { console.debug("disposableRemoval ", vValue )} function onVerifyChanged ( vValue ) { console.debug("verify ", vValue )} }