File indexing completed on 2024-04-28 15:18:55

0001 /*
0002  * SPDX-FileCopyrightText: 2013 Christian Mollekopf <mollekopf@kolabsys.com>
0003  *
0004  * SPDX-License-Identifier: LGPL-3.0-or-later
0005  */
0006 
0007 #ifndef TESTRECURRENCEEXCEPTION_H
0008 #define TESTRECURRENCEEXCEPTION_H
0009 
0010 #include <QObject>
0011 
0012 class TestRecurrenceException : public QObject
0013 {
0014     Q_OBJECT
0015 private Q_SLOTS:
0016     void testCreateTodoException();
0017 };
0018 
0019 #endif // TESTRECURRENCEEXCEPTION_H