Index: sources/canbus/messagedispatcher.h =================================================================== diff -u -r296e0e140bfeb193a9f571873afa6934143b1075 -r4a6abe765f03feae8100ec660aa04aa218d4dfa3 --- sources/canbus/messagedispatcher.h (.../messagedispatcher.h) (revision 296e0e140bfeb193a9f571873afa6934143b1075) +++ sources/canbus/messagedispatcher.h (.../messagedispatcher.h) (revision 4a6abe765f03feae8100ec660aa04aa218d4dfa3) @@ -142,9 +142,6 @@ */ void didActionReceive (GuiActionType vAction , const QVariantList &vData); - void didActionReceive (const BloodFlowData &vData); - void didActionReceive (const DialysateFlowData &vData); - /*! * \brief didActionReceive * \details Emits when a message requires @@ -189,6 +186,7 @@ // An Action has been requested to be transmitted. void onActionTransmit (GuiActionType vActionId, const QVariantList &vData); + ACTION_RECEIVE_MODEL_BRIDGE_DEFINITIONS }; }