summaryrefslogtreecommitdiffstats
path: root/tests/manual/qgraphicslayout/flicker
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2019-09-05 17:34:44 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2019-09-06 09:57:57 +0200
commit14ade9c4760d12c9370f4f355e03fa7e31a4a9d5 (patch)
tree48a57d0d6ada4db1839695ad7aad19b6636935a2 /tests/manual/qgraphicslayout/flicker
parent543769666f18f79bd6ebd6119a39834aafc2b0df (diff)
Fix the build of the qgraphicslayout manual test
This was accidentally introduced by 2f33e030b8c80b4665cc2c120df7833469c05145 and since manual tests are not built by default, was not discovered earlier. Change-Id: I5cb6d5cfe0911bdb01a33014f2648a47b7a48848 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'tests/manual/qgraphicslayout/flicker')
-rw-r--r--tests/manual/qgraphicslayout/flicker/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/qgraphicslayout/flicker/window.h b/tests/manual/qgraphicslayout/flicker/window.h
index 3e7bc61731..c49b82704e 100644
--- a/tests/manual/qgraphicslayout/flicker/window.h
+++ b/tests/manual/qgraphicslayout/flicker/window.h
@@ -107,7 +107,7 @@ public:
Q_UNUSED(option);
Q_UNUSED(widget);
painter->setBrush(m_brush);
- painter->drawRoundedRect(rect(), Qt::RelativeSize);
+ painter->drawRoundedRect(rect(), 25, 25, Qt::RelativeSize);
painter->drawLine(rect().topLeft(), rect().bottomRight());
painter->drawLine(rect().bottomLeft(), rect().topRight());
}