diff options
author | Renato Araujo Oliveira Filho <renato.filho@openbossa.org> | 2011-01-05 08:48:23 -0300 |
---|---|---|
committer | Renato Araujo Oliveira Filho <renato.filho@openbossa.org> | 2011-01-05 08:49:39 -0300 |
commit | ed1c0014f902cae7b1820fc89fde1dd227beddc8 (patch) | |
tree | 277ae8f90b6d4e511ca3eaac3c28d3ddb66337e1 /PySide/QtGui/typesystem_gui_common.xml | |
parent | 32681f7b7039f41bec4c4965370d4b66bee53532 (diff) | |
download | pyside-ed1c0014f902cae7b1820fc89fde1dd227beddc8.tar.gz pyside-ed1c0014f902cae7b1820fc89fde1dd227beddc8.tar.xz pyside-ed1c0014f902cae7b1820fc89fde1dd227beddc8.zip |
Fixed QWidget.setParent signature on typesystem.
Diffstat (limited to 'PySide/QtGui/typesystem_gui_common.xml')
-rw-r--r-- | PySide/QtGui/typesystem_gui_common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml index b6516ab..9c8b06b 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<Qt::WindowType>)"> <modify-argument index="this"> <parent index="1" action="add"/> </modify-argument> |