Index: sources/gui/GuiController.h =================================================================== diff -u -rb61d8a3e01fef66eee8095c9cddf835d9bb32b66 -r666594860f4ea32da9a2bd362d40325b881b11f9 --- sources/gui/GuiController.h (.../GuiController.h) (revision b61d8a3e01fef66eee8095c9cddf835d9bb32b66) +++ sources/gui/GuiController.h (.../GuiController.h) (revision 666594860f4ea32da9a2bd362d40325b881b11f9) @@ -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 @@ -98,6 +101,9 @@ void didExportLog(); void didExport (); + void didAlertRequest (GuiAlertRequestData); + void didAlertResponse(GuiAlertResponseData); + // ---- Signal/Slots ADJUST_TRANSMT_MODEL_BRIDGE_DEFINITIONS_PUBLIC ACTION_RECEIVE_MODEL_BRIDGE_DEFINITIONS