aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-04-14 10:00:42 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:10 -0300
commit45604383c13cd312d4a304fb0400c75e2765c243 (patch)
tree1bfe1702bfbacd5b0a475fffa7989921d8404fbf /PySide
parentadf3d712d5c41eec81a69429c12df2c1851b9020 (diff)
The funcition QSplashScreen.repaint was removed because that override the QWidget.repaint.
This will save some genereted code and does not produce any side-effect. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
Diffstat (limited to 'PySide')
-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 bb315f2b2..37cfae409 100644
--- a/PySide/QtGui/typesystem_gui_common.xml
+++ b/PySide/QtGui/typesystem_gui_common.xml
@@ -4683,7 +4683,7 @@
<enum-type name="SegmentStyle"/>
</object-type>
<object-type name="QSplashScreen">
- <!-- ### See bug 751 -->
+ <!-- Override QWidget.painter -->
<modify-function signature="repaint()" remove="all"/>
<modify-function signature="drawContents(QPainter*)">
<modify-argument index="1" invalidate-after-use="yes"/>