summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.cpp
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-03-03 15:52:41 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2010-03-03 15:53:35 (GMT)
commitbfd0d6557dc54c0fd0270de6c138ea1031ea092c (patch)
tree159bfda93a1f61ded8470428d6922d52ab5db1d2 /src/gui/kernel/qwidget.cpp
parent5b97c515ea574c1ac23c8595af34de406db2536d (diff)
downloadQt-bfd0d6557dc54c0fd0270de6c138ea1031ea092c.zip
Qt-bfd0d6557dc54c0fd0270de6c138ea1031ea092c.tar.gz
Qt-bfd0d6557dc54c0fd0270de6c138ea1031ea092c.tar.bz2
Fix warnings on MSVC
Diffstat (limited to 'src/gui/kernel/qwidget.cpp')
-rw-r--r--src/gui/kernel/qwidget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp
index 2f6ec6b..aa5d259 100644
--- a/src/gui/kernel/qwidget.cpp
+++ b/src/gui/kernel/qwidget.cpp
@@ -5339,7 +5339,6 @@ void QWidgetPrivate::render(QPaintDevice *target, const QPoint &targetOffset,
const QRegion &sourceRegion, QWidget::RenderFlags renderFlags,
bool readyToRender)
{
- Q_Q(QWidget);
if (!target) {
qWarning("QWidget::render: null pointer to paint device");
return;