From 8145f2a7e26f8af918ed9a769abe1c5f6a4399ee Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Thu, 20 Oct 2011 18:07:49 -0300 Subject: Added converter for primitive type QModelIndexList. --- PySide/QtCore/typesystem_core.xml | 35 +++++++++++++++++----------------- PySide/QtGui/typesystem_gui_common.xml | 1 - PySide/typesystem_templates.xml | 18 ++++++++++++++++- 3 files changed, 35 insertions(+), 19 deletions(-) (limited to 'PySide') diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml index f1af0a58b..53002d0a0 100644 --- a/PySide/QtCore/typesystem_core.xml +++ b/PySide/QtCore/typesystem_core.xml @@ -516,23 +516,6 @@ } - - - @@ -551,6 +534,24 @@ + + + + + + + + + + + + + + + + + + diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml index 6a64addb4..4ebccf62f 100644 --- a/PySide/QtGui/typesystem_gui_common.xml +++ b/PySide/QtGui/typesystem_gui_common.xml @@ -2216,7 +2216,6 @@ - diff --git a/PySide/typesystem_templates.xml b/PySide/typesystem_templates.xml index afad4bcb5..bf7abd14e 100644 --- a/PySide/typesystem_templates.xml +++ b/PySide/typesystem_templates.xml @@ -381,5 +381,21 @@ %PYARG_0 = Py_BuildValue("%TT_FORMAT", %TT_ARGS); - + + + -- cgit v1.2.3