aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items
diff options
context:
space:
mode:
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>2011-09-07 21:32:24 +0300
committerLars Knoll <lars.knoll@nokia.com>2011-09-08 15:28:15 +0200
commitafc0e48afc804b375cf994d6b2eea95ef80d4007 (patch)
tree34a32184999d98340ea302a2fc6fb8019ea58f47 /src/declarative/items
parentc8fdb0541b047b73413aa67d4f5aece539e98347 (diff)
Avoid compiler warning on unused variable.
Change-Id: Ie3d08e91aee8ecd369cb10a0c8d7497de559c046 Reviewed-on: http://codereview.qt-project.org/4458 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/declarative/items')
-rw-r--r--src/declarative/items/qsgcanvas.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/items/qsgcanvas.cpp b/src/declarative/items/qsgcanvas.cpp
index d84f3229b2..70503ddbf5 100644
--- a/src/declarative/items/qsgcanvas.cpp
+++ b/src/declarative/items/qsgcanvas.cpp
@@ -833,7 +833,6 @@ QSGItem *QSGCanvas::mouseGrabberItem() const
bool QSGCanvasPrivate::clearHover()
{
- Q_Q(QSGCanvas);
if (hoverItems.isEmpty())
return false;