Index: sources/gui/guicontroller.h =================================================================== diff -u -r296e0e140bfeb193a9f571873afa6934143b1075 -r4a6abe765f03feae8100ec660aa04aa218d4dfa3 --- sources/gui/guicontroller.h (.../guicontroller.h) (revision 296e0e140bfeb193a9f571873afa6934143b1075) +++ sources/gui/guicontroller.h (.../guicontroller.h) (revision 4a6abe765f03feae8100ec660aa04aa218d4dfa3) @@ -62,22 +62,17 @@ private slots: // Should be private for thread safety and is connected internally. void onActionReceive (GuiActionType vAction, const QVariantList &vData); // UI <= HD/DG - void onActionReceive (const BloodFlowData &vData); // UI <= HD/DG - void onActionReceive (const DialysateFlowData &vData); // UI <= HD/DG - - void onUSBDriveMount (); // OS => UI void onUSBDriveRemove(); // OS => UI void onExport (); // OS => UI + ACTION_RECEIVE_MODEL_BRIDGE_DEFINITIONS + signals: void didActionReceive (GuiActionType vAction, const QVariantList &vData); // UI <= HD/DG void didActionTransmit(GuiActionType vAction, const QVariantList &vData); // UI => HD/DG - void didActionReceive (const BloodFlowData &vData); // UI <= HD/DG - void didActionReceive (const DialysateFlowData &vData); // UI <= HD/DG - void didUSBDriveMount (); void didUSBDriveUmount(); void didUSBDriveRemove();