Index: sources/gui/GuiController.h =================================================================== diff -u -rc73feffa73c7fe073a7a7581144f5806dfc91beb -r9ef6badf8e172436bba2bfad1642ae7e469e0361 --- sources/gui/GuiController.h (.../GuiController.h) (revision c73feffa73c7fe073a7a7581144f5806dfc91beb) +++ sources/gui/GuiController.h (.../GuiController.h) (revision 9ef6badf8e172436bba2bfad1642ae7e469e0361) @@ -74,6 +74,7 @@ void doExportLog (const GuiStringIndexMap &vExportList); // UI => OS void doExportService (const GuiStringIndexMap &vExportList); // UI => OS void doExportTreatment (const GuiStringIndexMap &vExportList); // UI => OS + void doQuitApplication (); private slots: // Should be private for thread safety and is connected internally. void onActionReceive (GuiActionType vAction, const QVariantList &vData); // UI <= HD/DG @@ -113,6 +114,8 @@ void didPOSTPass (bool vPass); + void didQuitApplication (); + // Device controller signal slots connection DEVICE_GUI_BRIDGE_DEFINITION_LIST