aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtXmlPatterns
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-05-12 19:00:44 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:21 -0300
commitf592efca989138d4bf25fedd60f3e4483c4722c4 (patch)
treeaa784c73b2ef6b8c371e1360434748744b3f8ba5 /PySide/QtXmlPatterns
parent93ea992d35224a28a70c3c189366b5c4c8ed85fc (diff)
Add since attribute for classes and enums added on Qt4.6 and Qt4.7.
Diffstat (limited to 'PySide/QtXmlPatterns')
-rw-r--r--PySide/QtXmlPatterns/typesystem_xmlpatterns.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/PySide/QtXmlPatterns/typesystem_xmlpatterns.xml b/PySide/QtXmlPatterns/typesystem_xmlpatterns.xml
index 51fca16af..665b302c0 100644
--- a/PySide/QtXmlPatterns/typesystem_xmlpatterns.xml
+++ b/PySide/QtXmlPatterns/typesystem_xmlpatterns.xml
@@ -21,8 +21,8 @@
<typesystem package="PySide.QtXmlPatterns">
<load-typesystem name="typesystem_core.xml" generate="no"/>
- <object-type name="QXmlSchema"/> <!-- Qt scoped pointer does not allow declare this as value type -->
- <object-type name="QXmlSchemaValidator">
+ <object-type name="QXmlSchema" since="4.6" /> <!-- Qt scoped pointer does not allow declare this as value type -->
+ <object-type name="QXmlSchemaValidator" since="4.6">
<modify-function signature="schema() const">
<modify-argument index="return">
<replace-type modified-type="QXmlSchema*"/>