Index: sources/gui/GuiController.h =================================================================== diff -u -ra3030123e885fb9f22dea5839c4e988896a257e4 -r5215e145a0f26a20c99e3f10af6ac8a9c3b67383 --- sources/gui/GuiController.h (.../GuiController.h) (revision a3030123e885fb9f22dea5839c4e988896a257e4) +++ sources/gui/GuiController.h (.../GuiController.h) (revision 5215e145a0f26a20c99e3f10af6ac8a9c3b67383) @@ -74,6 +74,9 @@ void doUSBDriveUmount(); // UI => OS void doExportLog (); // UI => OS + void doAlertRequest (const GuiAlertRequestData &alertRequest); + void doAlertResponse(const GuiAlertResponseData &alertResponse); + private slots: // Should be private for thread safety and is connected internally. void onActionReceive (GuiActionType vAction, const QVariantList &vData); // UI <= HD/DG @@ -100,6 +103,9 @@ void didExportLog(); void didExport (); + void didAlertRequest (GuiAlertRequestData); + void didAlertResponse(GuiAlertResponseData); + // ---- Signal/Slots ADJUST_TRANSMT_MODEL_BRIDGE_DEFINITIONS_PUBLIC ACTION_RECEIVE_MODEL_BRIDGE_DEFINITIONS