File indexing completed on 2024-12-22 04:10:26
0001 /* 0002 * SPDX-License-Identifier: GPL-3.0-or-later 0003 */ 0004 0005 #ifndef _KIS_TIME_SPAN_TEST_H 0006 #define _KIS_TIME_SPAN_TEST_H 0007 0008 #include <simpletest.h> 0009 0010 class KisTimeSpanTest : public QObject 0011 { 0012 Q_OBJECT 0013 private Q_SLOTS: 0014 void testCreationMethods(); 0015 void testTimeSpanOperators(); 0016 }; 0017 0018 #endif /* _KIS_TIME_SPAN_TEST_H */