diff --git a/autotests/integration/dont_crash_empty_deco.cpp b/autotests/integration/dont_crash_empty_deco.cpp index 6520175af4..273a8489ff 100644 --- a/autotests/integration/dont_crash_empty_deco.cpp +++ b/autotests/integration/dont_crash_empty_deco.cpp @@ -102,7 +102,7 @@ void DontCrashEmptyDecorationTest::testBug361551() QVERIFY(client->isDecorated()); // let's set a stupid geometry - client->setFrameGeometry(0, 0, 0, 0); + client->setFrameGeometry({0, 0, 0, 0}); QCOMPARE(client->frameGeometry(), QRect(0, 0, 0, 0)); // and destroy the window again