summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 425e4823bf..d702df1442 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();