Index: sources/storage/Logger.cpp =================================================================== diff -u -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 -rf2e4eba6e85c5d36537be782926f23cc9dc01037 --- sources/storage/Logger.cpp (.../Logger.cpp) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) +++ sources/storage/Logger.cpp (.../Logger.cpp) (revision f2e4eba6e85c5d36537be782926f23cc9dc01037) @@ -169,8 +169,8 @@ _thread = &vThread; _thread->setObjectName(QString("%1_Thread").arg(metaObject()->className())); connect(qApp, SIGNAL(aboutToQuit()), this, SLOT(quit())); - _thread->start(); moveToThread(_thread); + _thread->start(); } /*! @@ -531,7 +531,7 @@ void Logger::onActionReceive(GuiActionType vAction, const QVariantList &vData) { switch (vAction) { - case GuiActionType::ID_HDOperationModeData : { + case GuiActionType::ID_TDOpModeData : { if ( vData.length() >= 2 ) { bool ok = true; quint32 opMode = vData[0].toUInt(&ok); if ( ! ok ) return;