screencasting_test: Declaring the metatype is unnecessary now

This commit is contained in:
Aleix Pol 2024-01-20 13:10:09 +01:00 committed by Vlad Zahorodnii
parent daa8785e34
commit fd7a67d92e

View file

@ -23,8 +23,6 @@
#include <QPainter>
#include <QScreen>
Q_DECLARE_METATYPE(PipeWireFrame);
#define QCOMPAREIMG(actual, expected, id) \
{ \
if ((actual) != (expected)) { \
@ -49,8 +47,6 @@ public:
ScreencastingTest()
: GenericSceneOpenGLTest(QByteArrayLiteral("O2"))
{
qRegisterMetaType<PipeWireFrame>();
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);