Index: sources/ApplicationController.h =================================================================== diff -u -r821bf955d0ba7e028bccfee7c04ca77cf80a0bd4 -rf688ed9f1c64a2603a6d10fbb090b257a43e1f6f --- sources/ApplicationController.h (.../ApplicationController.h) (revision 821bf955d0ba7e028bccfee7c04ca77cf80a0bd4) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision f688ed9f1c64a2603a6d10fbb090b257a43e1f6f) @@ -100,6 +100,7 @@ void onFailedTransmit(Sequence seq); void onSettingsInit(); + void onSettingsUpdate(); signals: void didActionReceive (GuiActionType vAction, const QVariantList &vData); // UI <= HD/DG @@ -116,12 +117,6 @@ void didExport (); /*! - * \brief didSettingsUpdate - * \details when the Settings reads the .conf files and fills the MSettings emits this signal - * this signal can be used buy the other object that need to access the MSettings to let them know data is ready. - */ - void didSettingsUpdate(); - /*! * \brief didSettingsInit - private signal to start initializing settings * \details This signal used internally to make the read task of the settings happen in Application_Thread * It's because no thread assigned to Settings itself, since this class will be used only once