Index: sources/gui/view/vtreatmentflows.cpp =================================================================== diff -u -r296e0e140bfeb193a9f571873afa6934143b1075 -r4a6abe765f03feae8100ec660aa04aa218d4dfa3 --- sources/gui/view/vtreatmentflows.cpp (.../vtreatmentflows.cpp) (revision 296e0e140bfeb193a9f571873afa6934143b1075) +++ sources/gui/view/vtreatmentflows.cpp (.../vtreatmentflows.cpp) (revision 4a6abe765f03feae8100ec660aa04aa218d4dfa3) @@ -27,10 +27,8 @@ void VTreatmentFlows::initConnections() { - connect(&_GuiController, SIGNAL(didActionReceive (const BloodFlowData &)), - this , SLOT( onActionReceive (const BloodFlowData &))); - connect(&_GuiController, SIGNAL(didActionReceive (const DialysateFlowData &)), - this , SLOT( onActionReceive (const DialysateFlowData &))); + ACTION_RECEIVE_BRIDGE_CONNECTION(_GuiController, BloodFlowData); + ACTION_RECEIVE_BRIDGE_CONNECTION(_GuiController, DialysateFlowData); } void VTreatmentFlows::onActionReceive(const BloodFlowData &vData)