Index: sources/view/vtreatmentadjustmentultrafiltration.cpp =================================================================== diff -u -rb789046c096cfdddb39adcd3d5be1e129769aac6 -r03de7d132838c54a23862809357c42102b6dab99 --- sources/view/vtreatmentadjustmentultrafiltration.cpp (.../vtreatmentadjustmentultrafiltration.cpp) (revision b789046c096cfdddb39adcd3d5be1e129769aac6) +++ sources/view/vtreatmentadjustmentultrafiltration.cpp (.../vtreatmentadjustmentultrafiltration.cpp) (revision 03de7d132838c54a23862809357c42102b6dab99) @@ -22,8 +22,8 @@ ACTION_RECEIVE_BRIDGE_CONNECTION(Gui::_GuiController, AdjustUltrafiltrationResponseData); - connect(this , SIGNAL(didAdjustment(const MAdjustUltrafiltrationReq &)), - &_GuiController, SLOT( doAdjustment(const MAdjustUltrafiltrationReq &))); + connect(this , SIGNAL(didAdjustment(const AdjustUltrafiltrationRequestData &)), + &_GuiController, SLOT( doAdjustment(const AdjustUltrafiltrationRequestData &))); } void VTreatmentAdjustmentUltrafiltration::onActionReceive(const AdjustUltrafiltrationResponseData &vData) @@ -36,6 +36,7 @@ durationDiff ( vData.mDurationDiff ); rate ( vData.mRate ); rateDiff ( vData.mRateDiff ); + rateCurr ( vData.mRateCurr ); // *** has to be the last to let the information to be set and then emit the signal *** // *** otherwise will use the previous values before being set. ***