Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml =================================================================== diff -u -r34471900489397f483e052870ddc46059cef49fb -r5c5fa01738826261e0b3647db6b7b3fc26b04251 --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml (.../TreatmentAdjustmentFlow.qml) (revision 34471900489397f483e052870ddc46059cef49fb) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml (.../TreatmentAdjustmentFlow.qml) (revision 5c5fa01738826261e0b3647db6b7b3fc26b04251) @@ -21,8 +21,6 @@ import "qrc:/globals" import "qrc:/components" -import VTreatmentAdjustmentsResponse 0.1; - /*! * \brief TreatmentAdjustmentFlow.qml is the screen * To adjust the treatment blood/dialysate flow @@ -51,8 +49,8 @@ dialysateFlowRateValue = vTreatmentDialysateFlow.dialysateFlow_FlowSetPoint } - VTreatmentAdjustmentsResponse { id: vTreatmentAdjustmentsResponse - onAdjustment_TriggeredChanged: { + Connections { target: vTreatmentAdjustmentsResponse + onAdjustment_Flow_TriggeredChanged: { if ( adjustment_Accepted ) { accept() } else {