Fix wrong element text value when loading from xml

This commit is contained in:
Claveau Joshua
2020-05-03 20:29:55 +02:00
parent c49ee74d81
commit 3905371da6
2 changed files with 5 additions and 4 deletions

View File

@@ -537,8 +537,6 @@ bool Element::parseInput(const QDomElement &dom_element)
m_converted_text_from_xml_description.insert(deti, p);
return true;
}
return false;
}
/**