Fix wrong use of static method QUuid::fromString()

This commit is contained in:
joshua
2021-10-29 18:53:36 +02:00
parent f01b15d00a
commit 91ac46df83

View File

@@ -61,7 +61,7 @@ bool TerminalStripData::fromXml(const QDomElement &xml_element)
return false;
}
m_uuid.fromString(xml_element.attribute("uuid"));
m_uuid = QUuid::fromString(xml_element.attribute("uuid"));
for (auto &xml_info :
QETXML::findInDomElement(xml_element.firstChildElement("informations"),