Diag: care about EventSet.clear() (-> TEST / TODO)

This commit is contained in:
Siegfried Siegert 2025-05-13 12:25:18 +02:00
parent 923bff1117
commit 6bd02f1831
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03
2 changed files with 0 additions and 3 deletions

View File

@ -663,8 +663,6 @@ void ATBDeviceControllerPlugin::onCBinAndAllDoorsClosed()
{
qCritical() << "ATBDeviceControllerPlugin::onCBinAndAllDoorsClosed()";
this->diag->diagReInit();
QTimer::singleShot(2000, this, SIGNAL(requestModeIDLE()));
this->dbus->finishedBackgroundTask("DOOR_OPEN");

View File

@ -614,7 +614,6 @@ void DeviceControllerDiag::private_sendDiagEvent(DCMachineEvent result, DeviceCo
parameter = "no valid data from DeviceController";
break;
case DeviceController::State::O000: // everything is fine
this->machineEventSet.clear();
this->_isErrorState = false;
eventClass = EVENT_CLASS::OPERATE;
parameter = "";