Index: sources/gui/GuiController.h =================================================================== diff -u -rfc329c788fe9453983072bee937ccbc95b4ed6e4 -rf2db5c985e5c0ae7835a69eff43bfc537e6dd2fc --- sources/gui/GuiController.h (.../GuiController.h) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) +++ sources/gui/GuiController.h (.../GuiController.h) (revision f2db5c985e5c0ae7835a69eff43bfc537e6dd2fc) @@ -74,6 +74,7 @@ void doUSBDriveUmount(); // UI => OS void doExportLog (); // UI => OS + void doGuiReadyNotify(); private slots: // Should be private for thread safety and is connected internally. void onActionReceive (GuiActionType vAction, const QVariantList &vData); // UI <= HD/DG @@ -101,6 +102,8 @@ void didExportLog(); void didExport (); + void didGuiReadyNotify(); + // Device controller signal slots connection DEVICE_GUI_BRIDGE_DEFINITION_LIST