This commit is contained in:
13038267101 2023-03-06 11:36:14 +08:00
commit 405a7dd7b0
1 changed files with 8 additions and 8 deletions

View File

@ -84,7 +84,6 @@ void hgscanner::test_callback(const wchar_t* name, test_event ev, void* data, si
if (data != nullptr)
{
info = QObject::tr("failed: ") + QString::fromStdWString((const wchar_t*)data);
}
if (m_interface != nullptr)
{
@ -95,6 +94,7 @@ void hgscanner::test_callback(const wchar_t* name, test_event ev, void* data, si
emit m_burnMode->testResult(flag);
}
}
}
else if (ev == TEST_EVENT_MANUAL_CONFIRMATION)
{
if (data != nullptr)