Index: sources/ApplicationController.cpp =================================================================== diff -u -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 -rf2e4eba6e85c5d36537be782926f23cc9dc01037 --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision f2e4eba6e85c5d36537be782926f23cc9dc01037) @@ -180,8 +180,8 @@ _thread = &vThread; _thread->setObjectName(QString("%1_Thread").arg(metaObject()->className())); connect(qApp, SIGNAL(aboutToQuit()), this, SLOT(quit())); - _thread->start(); moveToThread(_thread); + _thread->start(); } /*! @@ -731,7 +731,7 @@ // HD POST // UI is done, let HD start the communication [ UI Check-in is the HD commjunication listener starter ] checkIn(); - emit didKeepAliveBegin (); + emit didCheckInBegin (); alarmTrigger (Gui::GuiAlarmID::ALARM_ID_NO_ALARM, true); // send queued fails postDoneRequest (); // send HD the POST result versionsRequest (); // send HD the version request