aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/typesystem_core.xml
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-08-10 14:26:45 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-08-10 16:17:56 -0300
commit66adabc96d0c98e124f6c1cb6c454f1aff6ee883 (patch)
treef0fc8f221dce30aa0a457bb8e453a9983480837b /PySide/QtCore/typesystem_core.xml
parentc21de7bd8161243da4c238c639930270b0b298e3 (diff)
Created conversion to QStack.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'PySide/QtCore/typesystem_core.xml')
-rw-r--r--PySide/QtCore/typesystem_core.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 94a0a8c4e..b4f02ca86 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -179,6 +179,10 @@
<include file-name="QVector" location="global"/>
</container-type>
+ <container-type name="QStack" type="vector">
+ <include file-name="QStack" location="global"/>
+ <conversion-rule file="qstack_conversion.h"/>
+ </container-type>
<rejection class="QVector" function-name="back"/>
<rejection class="QVector" function-name="begin"/>
@@ -220,7 +224,6 @@
<conversion-rule file="qpair_conversions.h"/>
<include file-name="QPair" location="global"/>
</container-type>
- <container-type name="QStack" type="stack"/>
<rejection class="*" function-name="d_func"/>
<rejection class="*" function-name="data_ptr"/>