aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-08-31 15:00:55 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:50 -0300
commitd29d9ad5ac54d19aa456d5d8b189766162733445 (patch)
treeaadefac28e887bf800f4d4bcfb655ac7f4130465
parentb55ea7fd5ebf58cb6d141c0091f7d47ef761a2ad (diff)
Changed QStringList from container to primitive type.
QStringList inherits from QList<QString>, and it isn't a reusable container itself, such as QList. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
-rw-r--r--PySide/QtCore/typesystem_core.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index bb675408c..67969cdad 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -139,10 +139,10 @@
<include file-name="QString" location="global"/>
<conversion-rule file="qstring_conversions.h" />
</primitive-type>
- <container-type name="QStringList" type="list">
+ <primitive-type name="QStringList">
<include file-name="QStringList" location="global"/>
<conversion-rule file="qstringlist_conversions.h" />
- </container-type>
+ </primitive-type>
<primitive-type name="QStringRef">
<include file-name="datetime.h" location="global"/>
<conversion-rule file="qstringref_conversions.h" />