File indexing completed on 2025-03-09 04:10:04
0001 /* 0002 * SPDX-FileCopyrightText: 2022 Dmitry Kazakov <dimula73@gmail.com> 0003 * 0004 * SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 #ifndef KISCURVEOPTIONMODELTEST_H 0007 #define KISCURVEOPTIONMODELTEST_H 0008 0009 #include <simpletest.h> 0010 0011 class KisCurveOptionModelTest : public QObject 0012 { 0013 Q_OBJECT 0014 private Q_SLOTS: 0015 void test(); 0016 }; 0017 0018 #endif // KISCURVEOPTIONMODELTEST_H