Index: sources/view/vtreatmentadjustmentflows.cpp =================================================================== diff -u -ra159e12630645a9a35fb0a5585cc7b639cfe6aa6 -r03de7d132838c54a23862809357c42102b6dab99 --- sources/view/vtreatmentadjustmentflows.cpp (.../vtreatmentadjustmentflows.cpp) (revision a159e12630645a9a35fb0a5585cc7b639cfe6aa6) +++ sources/view/vtreatmentadjustmentflows.cpp (.../vtreatmentadjustmentflows.cpp) (revision 03de7d132838c54a23862809357c42102b6dab99) @@ -21,8 +21,8 @@ ACTION_RECEIVE_BRIDGE_CONNECTION(Gui::_GuiController, AdjustBloodDialysateResponseData); //ACTION_TRANSMT_BRIDGE_CONNECTION // ----- Adjust Blood/Dialysate Flows - connect(this , SIGNAL(didAdjustment(quint32, quint32)), - &_GuiController, SLOT( doAdjustment(quint32, quint32))); + connect(this , SIGNAL(didAdjustment(const AdjustBloodDialysateRequestData &)), + &_GuiController, SLOT( doAdjustment(const AdjustBloodDialysateRequestData &))); } void VTreatmentAdjustmentFlows::onActionReceive(const AdjustBloodDialysateResponseData &vData)