mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +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;
|
||||
}
|
||||
|
||||
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"),
|
||||
|
||||
Reference in New Issue
Block a user