Index: sources/ApplicationController.h =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r20b370a54d2737831b307a0de82aec9e06e2b772 --- sources/ApplicationController.h (.../ApplicationController.h) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision 20b370a54d2737831b307a0de82aec9e06e2b772) @@ -59,9 +59,12 @@ ApplicationPost _post; // I may need to be put in a concurrent. + bool _keepAlive = true; ///< Keep alive messaging on or off. public: void initSettings(); + void enableKeepAlive(bool vTurnOn); + public slots: bool init(); bool init(QThread &vThread); @@ -119,7 +122,7 @@ void didPOSTWiFi (bool vPass); void didPOSTBluetooth (bool vPass); void didPOSTCloudSync (bool vPass); - + void didPOSTDone (bool vPass); signals: void didActionReceive (GuiActionType vAction, const QVariantList &vData); // UI <= HD/DG void didActionTransmit(GuiActionType vAction, const QVariantList &vData); // UI => HD/DG