summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-04-19 09:08:00 +0200
committerStephan Binner <stephan.binner@basyskom.com>2017-04-19 08:00:26 +0000
commitb3066656e550077426bd2ad2e9c7e0ec4343cecd (patch)
treedb8727e14f813cfc77cec89f74e2981f24f15103 /src/widgets/graphicsview
parent45f7d35f7b03e3b5fd0687e344d6a757cd4516ec (diff)
Fix warning for -no-feature-graphicseffect
Change-Id: I0be9e4293dfcef3c144f4e998ea071336c4d56d3 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/widgets/graphicsview')
-rw-r--r--src/widgets/graphicsview/qgraphicsitem.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/graphicsview/qgraphicsitem.cpp b/src/widgets/graphicsview/qgraphicsitem.cpp
index f2b8b66fed..3ce9c835db 100644
--- a/src/widgets/graphicsview/qgraphicsitem.cpp
+++ b/src/widgets/graphicsview/qgraphicsitem.cpp
@@ -2981,6 +2981,7 @@ QRectF QGraphicsItemPrivate::effectiveBoundingRect(QGraphicsItem *topMostEffectI
return brect;
#else //QT_NO_GRAPHICSEFFECT
+ Q_UNUSED(topMostEffectItem);
return q_ptr->boundingRect();
#endif //QT_NO_GRAPHICSEFFECT