Report WH

This commit is contained in:
2025-12-24 17:24:01 +03:00
parent bfe586ee2e
commit a06f7653c5
6 changed files with 48 additions and 16 deletions

View File

@@ -221,7 +221,7 @@ void ProcessParser::clientUnityTaskFIMreport(QXmlStreamReader &xmlReader, Client
}
else if(reportItemNode.nodeName() == "mmel")
{
report.mmel = (reportItemNode.toElement().nodeValue() == "true" ? true : false);
report.mmel = (reportItemNode.nodeValue() == "true" ? true : false);
}
}