diff --git a/autotests/integration/screencasting_test.cpp b/autotests/integration/screencasting_test.cpp index a1b7d258d5..600ab6524b 100644 --- a/autotests/integration/screencasting_test.cpp +++ b/autotests/integration/screencasting_test.cpp @@ -23,8 +23,6 @@ #include #include -Q_DECLARE_METATYPE(PipeWireFrame); - #define QCOMPAREIMG(actual, expected, id) \ { \ if ((actual) != (expected)) { \ @@ -49,8 +47,6 @@ public: ScreencastingTest() : GenericSceneOpenGLTest(QByteArrayLiteral("O2")) { - qRegisterMetaType(); - auto wrap = [this](const QString &process, const QStringList &arguments = {}) { // Make sure PipeWire is running. If it's already running it will just exit QProcess *p = new QProcess(this);