aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-06-29 18:13:24 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:31 -0300
commitda39716cc95ca03f20c32928709b092a1989ce26 (patch)
treec3b60b20fbcf79837b9455c8f6cf5b703768689d /PySide
parentb6f38556bd8cfcc61c537701a61cde56b4f704cf (diff)
Fixes bug #899 - http://bugs.pyside.org/show_bug.cgi?id=899
Added unit test. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araujo <renato.filho@openbossa.org>
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtCore/typesystem_core.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 1c0baf757..e42663a08 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -379,6 +379,7 @@
<inject-code class="target" position="end">
Shiboken::TypeResolver::createValueTypeResolver&lt;QString>("unicode");
Shiboken::TypeResolver::createValueTypeResolver&lt;QString>("str");
+ Shiboken::TypeResolver::createValueTypeResolver&lt;QVariantList>("QVariantList");
PySide::init(module);
Py_AtExit(QtCoreModuleExit);
</inject-code>