Index: sources/ApplicationController.h =================================================================== diff -u -r465a935949a85d3d1bebd11979737ff38ef96122 -re5577fbd781ded0678882680d5d31f08f56c9c68 --- sources/ApplicationController.h (.../ApplicationController.h) (revision 465a935949a85d3d1bebd11979737ff38ef96122) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision e5577fbd781ded0678882680d5d31f08f56c9c68) @@ -107,10 +107,17 @@ void onPOSTWiFi (bool vPass); void onPOSTBluetooth (bool vPass); + void onPOSTCloudSync (bool vPass); + void onPOSTFail (Gui::GuiAlarmID vAlarmID); void onPOSTDone (bool vPass); signals: + void didPOSTWiFi (bool vPass); + void didPOSTBluetooth (bool vPass); + void didPOSTCloudSync (bool vPass); + +signals: void didActionReceive (GuiActionType vAction, const QVariantList &vData); // UI <= HD/DG void didActionTransmit(GuiActionType vAction, const QVariantList &vData); // UI => HD/DG void didFailedTransmit(Sequence seq);