Index: sources/ApplicationController.h =================================================================== diff -u -r97d593e2e7adb36f2f9f97f9bb9958dcef740bc1 -r2bc6542cebc264eb343f791f75223a1ca151465e --- sources/ApplicationController.h (.../ApplicationController.h) (revision 97d593e2e7adb36f2f9f97f9bb9958dcef740bc1) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision 2bc6542cebc264eb343f791f75223a1ca151465e) @@ -23,7 +23,6 @@ #include "GuiGlobals.h" #include "MessageGlobals.h" #include "DeviceGlobals.h" -#include "ApplicationPost.h" // define #define _ApplicationController ApplicationController::I() @@ -52,8 +51,6 @@ // friends friend class ::tst_initializations; - ApplicationPost *_applicationPost = nullptr; - QThread *_thread = nullptr; bool _init = false; @@ -132,4 +129,7 @@ // ---- Signal/Slots ADJUST_TRANSMT_MODEL_BRIDGE_DEFINITIONS ACTION_RECEIVE_MODEL_BRIDGE_DEFINITIONS + + // TODO: do the same for Settings. + SAFE_CALL(startPOST) };