mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 00:30:53 +01:00
Correction d'un bug dans la prise en compte des informations complementaires par defaut.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@847 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -1143,6 +1143,7 @@ bool ElementScene::applyInformations(const QDomDocument &xml_document, QString *
|
||||
_names.fromXml(root);
|
||||
|
||||
// extrait les informations complementaires
|
||||
setInformations(QString());
|
||||
for (QDomNode node = root.firstChild() ; !node.isNull() ; node = node.nextSibling()) {
|
||||
QDomElement elmt = node.toElement();
|
||||
if (elmt.isNull()) continue;
|
||||
|
||||
Reference in New Issue
Block a user