aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui/typesystem_gui_common.xml
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@openbossa.org>2011-01-05 08:48:23 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:51:43 -0300
commitbcb6a2eb75a85cba86c92ccb61ae6e34123758ee (patch)
treea8812159b12abb4cbfb910c162d3f927d60f2d41 /PySide/QtGui/typesystem_gui_common.xml
parentaa305dc5ae5f463c31938fb50cd92257b0fc7911 (diff)
Fixed QWidget.setParent signature on typesystem.
Diffstat (limited to 'PySide/QtGui/typesystem_gui_common.xml')
-rw-r--r--PySide/QtGui/typesystem_gui_common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml
index b6516ab42..9c8b06b1a 100644
--- a/PySide/QtGui/typesystem_gui_common.xml
+++ b/PySide/QtGui/typesystem_gui_common.xml
@@ -3293,7 +3293,7 @@
</modify-argument>
</modify-function>
- <modify-function signature="setParent(QWidget*, Qt::WindowFlags)">
+ <modify-function signature="setParent(QWidget*, QFlags&lt;Qt::WindowType&gt;)">
<modify-argument index="this">
<parent index="1" action="add"/>
</modify-argument>