KWin
Loading...
Searching...
No Matches
scene_opengl_test.cpp
Go to the documentation of this file.
1/*
2 KWin - the KDE window manager
3 This file is part of the KDE project.
4
5 SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
6
7 SPDX-License-Identifier: GPL-2.0-or-later
8*/
10
12{
13 Q_OBJECT
14public:
16 : GenericSceneOpenGLTest(QByteArrayLiteral("O2"))
17 {
18 }
19};
20
22#include "scene_opengl_test.moc"
#define WAYLANDTEST_MAIN(TestObject)