aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtXml
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-09-21 09:32:02 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-09-23 09:03:06 -0300
commit8048bd0c3bcdb1de33aa69d961402b355d6b07af (patch)
tree15c736c2180185e1940daf58c9c611abda42a306 /PySide/QtXml
parentbf4b2c7660adc99b6a8b83748787f0ea078ad13b (diff)
Modified the type system files to make use of nested type declarations.
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'PySide/QtXml')
-rw-r--r--PySide/QtXml/typesystem_xml.xml16
1 files changed, 7 insertions, 9 deletions
diff --git a/PySide/QtXml/typesystem_xml.xml b/PySide/QtXml/typesystem_xml.xml
index 3db64b570..4cccb8a1b 100644
--- a/PySide/QtXml/typesystem_xml.xml
+++ b/PySide/QtXml/typesystem_xml.xml
@@ -27,14 +27,6 @@
<rejection class="QXmlInputSource" field-name="EndOfData"/>
<rejection class="QXmlInputSource" field-name="EndOfDocument"/>
- <enum-type name="QDomNode::NodeType"/>
- <enum-type name="QDomNode::EncodingPolicy"/>
- <enum-type name="QDomImplementation::InvalidDataPolicy"/>
-<!--
- <enum-type name="QXmlStreamReader::Error" />
- <enum-type name="QXmlStreamReader::TokenType" />
--->
-
<value-type name="QDomAttr">
<modify-function signature="nodeType()const" remove="all"/>
</value-type>
@@ -217,11 +209,15 @@
<modify-function signature="nodeType()const" remove="all"/>
</value-type>
- <value-type name="QDomImplementation" />
+ <value-type name="QDomImplementation">
+ <enum-type name="InvalidDataPolicy"/>
+ </value-type>
<value-type name="QDomNamedNodeMap" />
<value-type name="QDomNode">
+ <enum-type name="EncodingPolicy"/>
+ <enum-type name="NodeType"/>
<modify-function signature="save(QTextStream&amp;, int)const" allow-thread="yes"/>
<modify-function signature="save(QTextStream&amp;, int, QDomNode::EncodingPolicy)const" allow-thread="yes"/>
</value-type>
@@ -322,6 +318,8 @@
<!-- These are defined already in QtCore
<object-type name="QXmlStreamReader">
+ <enum-type name="Error" />
+ <enum-type name="TokenType" />
</object-type>
<object-type name="QXmlStreamWriter">