Skip to content
Snippets Groups Projects
Commit 263cdc03 authored by Robert Löhning's avatar Robert Löhning
Browse files

ScxmlEditor: Remove unused variable


Change-Id: I32218cb3cc24232240b1f81e745e815017f6252b
Reviewed-by: default avatarAlessandro Portale <alessandro.portale@qt.io>
Reviewed-by: default avatarTobias Hunger <tobias.hunger@qt.io>
parent 1184792f
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ void GraphicsView::updateView() ...@@ -100,7 +100,7 @@ void GraphicsView::updateView()
void GraphicsView::resizeEvent(QResizeEvent *event) void GraphicsView::resizeEvent(QResizeEvent *event)
{ {
QRect r(QPoint(0, 0), event->size()); Q_UNUSED(event)
// Init layout item if necessary // Init layout item if necessary
initLayoutItem(); initLayoutItem();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment