aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui
diff options
context:
space:
mode:
authorrenatofilho <renato.filho@openbossa.org>2010-09-23 11:47:34 -0300
committerrenatofilho <renato.filho@openbossa.org>2010-09-24 16:44:45 -0300
commit88fd0c6e0bca1cf0a25a80ba367e6ee3d59b1862 (patch)
treef01ba5bea7f8b5be383d5b94199ec5ea5aee87db /PySide/QtGui
parent3e0af488ee5820f35462f381c5a1676dc9560a5d (diff)
Fixed QVariant::Type convertions.
Fixed QItemEditorFactory ownership rules on typesystem. Fixes bug #373. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'PySide/QtGui')
-rw-r--r--PySide/QtGui/typesystem_gui_common.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml
index 76afeccfc..4581e1f6c 100644
--- a/PySide/QtGui/typesystem_gui_common.xml
+++ b/PySide/QtGui/typesystem_gui_common.xml
@@ -1550,12 +1550,12 @@
<object-type name="QItemEditorFactory">
<modify-function signature="registerEditor(QVariant::Type, QItemEditorCreatorBase *)">
<modify-argument index="2">
- <parent index="this" action="add"/>
+ <define-ownership owner="c++"/>
</modify-argument>
</modify-function>
<modify-function signature="setDefaultFactory(QItemEditorFactory *)">
<modify-argument index="1">
- <parent index="this" action="add"/>
+ <define-ownership owner="c++"/>
</modify-argument>
</modify-function>
</object-type>