File indexing completed on 2024-04-21 04:02:09

0001 /******************************************************************************
0002 *   KBlocks, a falling blocks game by KDE                                     *
0003 *   SPDX-FileCopyrightText: 2009-2021 Julian Helfferich <julian.helfferich@mailbox.org> *
0004 *                                                                             *
0005 *   SPDX-License-Identifier: GPL-2.0-or-later
0006 ******************************************************************************/
0007 
0008 #include "SceneInterface.h"
0009 
0010 SceneInterface::SceneInterface()
0011     : QGraphicsScene()
0012 {
0013 }
0014 
0015 #include "moc_SceneInterface.cpp"