aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-02-02 19:21:16 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:53:52 -0300
commita54d0181bdcd3dfbd3e1df2814a23124acc95ee1 (patch)
tree2b256dfe07707094575eb9ea6d5cd295d5994d3f /PySide
parentfac9507d3eccfe6c46462496be1e9991312ea644 (diff)
Fix bug 653 - "Crash after calling QWizardPage.wizard()"
Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtGui/typesystem_gui_common.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml
index 5a69a11ff..fd83b8fb2 100644
--- a/PySide/QtGui/typesystem_gui_common.xml
+++ b/PySide/QtGui/typesystem_gui_common.xml
@@ -1632,7 +1632,13 @@
</modify-argument>
</modify-function>
</object-type>
- <object-type name="QWizardPage" />
+ <object-type name="QWizardPage">
+ <modify-function signature="wizard()const">
+ <modify-argument index="this">
+ <parent index="return" action="add"/>
+ </modify-argument>
+ </modify-function>
+ </object-type>
<object-type name="QFocusFrame">
<modify-function signature="setWidget(QWidget*)">
<modify-argument index="1">