Index: sources/ApplicationController.h =================================================================== diff -u -rfc329c788fe9453983072bee937ccbc95b4ed6e4 -raa8f2c87c14c68d1fda6da2540d47144990a596c --- sources/ApplicationController.h (.../ApplicationController.h) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision aa8f2c87c14c68d1fda6da2540d47144990a596c) @@ -20,6 +20,7 @@ // Project #include "main.h" // Doxygen : do not remove #include "MModel.h" +#include "ApplicationPost.h" #include "GuiGlobals.h" #include "MessageGlobals.h" #include "DeviceGlobals.h" @@ -56,6 +57,8 @@ QFutureWatcher _settingsWatcher; + ApplicationPost _post; // I may need to be put in a concurrent. + public: void initSettings(); @@ -100,6 +103,11 @@ void onSettingsInit(); void onSettingsUpdate(); + void onPOSTWiFi (bool vPass); + void onPOSTBluetooth (bool vPass); + void onPOSTFail (Gui::GuiAlarmID vAlarmID); + void onPOSTDone (bool vPass); + signals: void didActionReceive (GuiActionType vAction, const QVariantList &vData); // UI <= HD/DG void didActionTransmit(GuiActionType vAction, const QVariantList &vData); // UI => HD/DG