Warning, file /frameworks/kholidays/autotests/testlunar.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /* 0002 This file is part of the kholidays library. 0003 0004 SPDX-FileCopyrightText: 2007 Allen Winter <winter@kde.org> 0005 0006 SPDX-License-Identifier: LGPL-2.0-or-later 0007 */ 0008 0009 #ifndef TESTLUNAR_H 0010 #define TESTLUNAR_H 0011 0012 #include <QObject> 0013 0014 class LunarTest : public QObject 0015 { 0016 Q_OBJECT 0017 private Q_SLOTS: 0018 void test2005(); 0019 void test2007(); 0020 void testIntermediatePhases(); 0021 }; 0022 0023 #endif