[qet] [847] Correction d' un bug dans la prise en compte des informations complementaires par defaut. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 847
Author: xavier
Date: 2010-02-07 21:02:53 +0100 (Sun, 07 Feb 2010)
Log Message:
-----------
Correction d'un bug dans la prise en compte des informations complementaires par defaut.
Modified Paths:
--------------
trunk/sources/editor/elementscene.cpp
Modified: trunk/sources/editor/elementscene.cpp
===================================================================
--- trunk/sources/editor/elementscene.cpp 2010-02-07 18:31:23 UTC (rev 846)
+++ trunk/sources/editor/elementscene.cpp 2010-02-07 20:02:53 UTC (rev 847)
@@ -1143,6 +1143,7 @@
_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;