Index: sources/ApplicationController.h =================================================================== diff -u -raa8f2c87c14c68d1fda6da2540d47144990a596c -rcbb246d6efa242f927f88ac5da518dedb2d63320 --- sources/ApplicationController.h (.../ApplicationController.h) (revision aa8f2c87c14c68d1fda6da2540d47144990a596c) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision cbb246d6efa242f927f88ac5da518dedb2d63320) @@ -129,8 +129,12 @@ * and does not need a thread by itself */ void didSettingsInit (QPrivateSignal); + /*! + * \brief didSettingsDone + * \details This signal will be emitted when the settings are read and ready to be used. + */ + void didSettingsDone (); - // Device Signal/Slots DEVICE_APP_BRIDGE_DEFINITION_LIST