Index: sources/storage/Logger.cpp =================================================================== diff -u -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 -r1a614320ec16b956d14c644ac2e90833f5cbdbcf --- sources/storage/Logger.cpp (.../Logger.cpp) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) +++ sources/storage/Logger.cpp (.../Logger.cpp) (revision 1a614320ec16b956d14c644ac2e90833f5cbdbcf) @@ -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; @@ -577,7 +577,7 @@ } break; - case GuiActionType::ID_AdjustSerialHDRsp : { + case GuiActionType::ID_AdjustSerialTDRsp : { if ( vData.length() >= 1 ) { QString hdSerial= vData[0].toString(); if ( hdSerial.trimmed().isEmpty() ) hdSerial = "Unknown";