aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-12-20 11:18:42 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:47:59 -0300
commit50db2f3b2ea800fdc3e197705c210ab7afcfb0de (patch)
treea155f75bf09cd03b22d5f470203e3937c5679ae6 /PySide/QtGui
parent4204a86b97c3ea37f284fc5a922ea8aa696f3ddc (diff)
Fix bug#558 - "print attribute of a QWebFrame cannot be accessed normally"
Diffstat (limited to 'PySide/QtGui')
-rw-r--r--PySide/QtGui/typesystem_gui_common.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml
index cf8f2736f..c27c4a058 100644
--- a/PySide/QtGui/typesystem_gui_common.xml
+++ b/PySide/QtGui/typesystem_gui_common.xml
@@ -4909,11 +4909,13 @@
<parent index="this" action="add"/>
</modify-argument>
</modify-function>
+ <modify-function signature="print(QPrinter*)const" rename="print_" />
</object-type>
<object-type name="QPrintPreviewDialog"/>
<object-type name="QPrintPreviewWidget">
<enum-type name="ViewMode"/>
<enum-type name="ZoomMode"/>
+ <modify-function signature="print()" rename="print_" />
</object-type>
<object-type name="QStyledItemDelegate">
<modify-function signature="setItemEditorFactory(QItemEditorFactory*)">