mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
Fix wrong use of static method QUuid::fromString()
This commit is contained in:
@@ -61,7 +61,7 @@ bool TerminalStripData::fromXml(const QDomElement &xml_element)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_uuid.fromString(xml_element.attribute("uuid"));
|
m_uuid = QUuid::fromString(xml_element.attribute("uuid"));
|
||||||
|
|
||||||
for (auto &xml_info :
|
for (auto &xml_info :
|
||||||
QETXML::findInDomElement(xml_element.firstChildElement("informations"),
|
QETXML::findInDomElement(xml_element.firstChildElement("informations"),
|
||||||
|
|||||||
Reference in New Issue
Block a user