Diag: do no clear machineEventSet on diagRequest

This commit is contained in:
2025-06-12 10:24:25 +02:00
parent b34716ef93
commit 8d03926de4

View File

@@ -45,6 +45,7 @@ void DeviceControllerDiag::init(hwinf *hw, DBusControllerInterface *dbus, QObjec
void DeviceControllerDiag::diagReInit()
{
this->machineEventSet.clear();
this->previousMachineEventSet.clear();
this->_isErrorState = false;
}
@@ -61,7 +62,6 @@ void DeviceControllerDiag::diagRequest()
qCritical() << "DeviceControllerDiag::diagRequest() is already running";
return;
}
this->machineEventSet.clear();
this->isRequestRunning = true;
this->diagRequestTimeoutTimer->start();