File indexing completed on 2025-01-26 04:07:26
0001 /* 0002 * SPDX-FileCopyrightText: 2023 Dmitry Kazakov <dimula73@gmail.com> 0003 * 0004 * SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 #ifndef TESTCOMPOSITEOPINVERSION_H 0007 #define TESTCOMPOSITEOPINVERSION_H 0008 0009 #include <QObject> 0010 0011 class TestCompositeOpInversion : public QObject 0012 { 0013 Q_OBJECT 0014 public: 0015 private Q_SLOTS: 0016 void test(); 0017 void test_data(); 0018 }; 0019 0020 #endif // TESTCOMPOSITEOPINVERSION_H