aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2017-10-20 18:40:23 +0200
committerRobert Loehning <robert.loehning@qt.io>2017-10-24 10:29:30 +0000
commit263cdc03977a89eeb61d8dddd99efb7bf1e752fa (patch)
tree23b9bd8567140556c216d555eebbbf708b2a2256 /src/plugins/scxmleditor
parent1184792fe7633bf74624fee6f11ae278421183ea (diff)
ScxmlEditor: Remove unused variable
Change-Id: I32218cb3cc24232240b1f81e745e815017f6252b Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/scxmleditor')
-rw-r--r--src/plugins/scxmleditor/common/graphicsview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scxmleditor/common/graphicsview.cpp b/src/plugins/scxmleditor/common/graphicsview.cpp
index 425e4823bfd..d702df14422 100644
--- a/src/plugins/scxmleditor/common/graphicsview.cpp
+++ b/src/plugins/scxmleditor/common/graphicsview.cpp
@@ -100,7 +100,7 @@ void GraphicsView::updateView()
void GraphicsView::resizeEvent(QResizeEvent *event)
{
- QRect r(QPoint(0, 0), event->size());
+ Q_UNUSED(event)
// Init layout item if necessary
initLayoutItem();