File indexing completed on 2025-02-02 04:14:59

0001 /*
0002  *  SPDX-FileCopyrightText: 2006-2010 Thomas Zander <zander@kde.org>
0003  *  SPDX-License-Identifier: GPL-2.0-or-later
0004  */
0005 #ifndef TestSelection_H
0006 #define TestSelection_H
0007 
0008 #include <QObject>
0009 
0010 class TestSelection : public QObject
0011 {
0012     Q_OBJECT
0013 private Q_SLOTS:
0014     // tests
0015     void testSelectedShapes();
0016     void testSize();
0017 };
0018 
0019 #endif