File indexing completed on 2024-05-05 17:35:57

0001 /*
0002     KWin - the KDE window manager
0003     This file is part of the KDE project.
0004 
0005     SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
0006 
0007     SPDX-License-Identifier: GPL-2.0-or-later
0008 */
0009 #include "generic_scene_opengl_test.h"
0010 
0011 class SceneOpenGLTest : public GenericSceneOpenGLTest
0012 {
0013     Q_OBJECT
0014 public:
0015     SceneOpenGLTest()
0016         : GenericSceneOpenGLTest(QByteArrayLiteral("O2"))
0017     {
0018     }
0019 };
0020 
0021 WAYLANDTEST_MAIN(SceneOpenGLTest)
0022 #include "scene_opengl_test.moc"