From 572a0904d850dcb48179e674bd5df9645f1862a7 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Tue, 24 May 2022 21:05:06 +0300 Subject: [PATCH] autotests: Register ElectricBorder type QSignalSpy yells about it. Tested-by: Merge Service Part-of: --- autotests/integration/lockscreen.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autotests/integration/lockscreen.cpp b/autotests/integration/lockscreen.cpp index 7210b333af..d9ca92f767 100644 --- a/autotests/integration/lockscreen.cpp +++ b/autotests/integration/lockscreen.cpp @@ -176,6 +176,8 @@ Window *LockScreenTest::showWindow() void LockScreenTest::initTestCase() { qRegisterMetaType(); + qRegisterMetaType("ElectricBorder"); + QSignalSpy applicationStartedSpy(kwinApp(), &Application::started); QVERIFY(applicationStartedSpy.isValid()); kwinApp()->platform()->setInitialWindowSize(QSize(1280, 1024));