Index: sources/storage/Logger.cpp =================================================================== diff -u -r8a8e17d51f3dc3f83ab7b284a4da1c9cabce59d2 -rd862dfcd402206e33b314c458e41c13b684a4565 --- sources/storage/Logger.cpp (.../Logger.cpp) (revision 8a8e17d51f3dc3f83ab7b284a4da1c9cabce59d2) +++ sources/storage/Logger.cpp (.../Logger.cpp) (revision d862dfcd402206e33b314c458e41c13b684a4565) @@ -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;