diff options
author | David Boddie <dboddie@trolltech.com> | 2009-07-15 15:30:08 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-07-15 15:30:08 (GMT) |
commit | fbfc03eb8e7c3d41c4331895ae83912a4275e6c2 (patch) | |
tree | ae6b553899bba4922d1210b0f8dc8da994834bc7 /src/gui/kernel/qwidget_p.h | |
parent | 2d01fb17dbf7590dd60987b08433252eb95f55e0 (diff) | |
parent | 9075ec9011e5f678563ab15024e8d9731e938963 (diff) | |
download | Qt-fbfc03eb8e7c3d41c4331895ae83912a4275e6c2.zip Qt-fbfc03eb8e7c3d41c4331895ae83912a4275e6c2.tar.gz Qt-fbfc03eb8e7c3d41c4331895ae83912a4275e6c2.tar.bz2 |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt
Diffstat (limited to 'src/gui/kernel/qwidget_p.h')
-rw-r--r-- | src/gui/kernel/qwidget_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget_p.h b/src/gui/kernel/qwidget_p.h index 626950e..998181e 100644 --- a/src/gui/kernel/qwidget_p.h +++ b/src/gui/kernel/qwidget_p.h @@ -295,7 +295,7 @@ public: void setUpdatesEnabled_helper(bool ); - void paintBackground(QPainter *, const QRegion &, const QPoint & = QPoint(), int flags = DrawAsRoot) const; + void paintBackground(QPainter *, const QRegion &, int flags = DrawAsRoot) const; bool isAboutToShow() const; QRegion prepareToRender(const QRegion ®ion, QWidget::RenderFlags renderFlags); void render_helper(QPainter *painter, const QPoint &targetOffset, const QRegion &sourceRegion, |