File indexing completed on 2024-04-28 05:02:28

0001 /*
0002     SPDX-FileCopyrightText: 2004 Ace Jones acejones @users.sourceforge.net
0003 
0004     This file is part of libalkimia.
0005 
0006     SPDX-License-Identifier: GPL-2.0-or-later
0007 */
0008 
0009 #ifndef ALKDATEFORMATTEST_H
0010 #define ALKDATEFORMATTEST_H
0011 
0012 #include <QObject>
0013 
0014 class AlkDateFormatTest : public QObject
0015 {
0016     Q_OBJECT
0017 private Q_SLOTS:
0018     void testDateFormatKMyMoney();
0019     void testDateFormatSkrooge();
0020     void testValidFormatDetection();
0021 };
0022 
0023 #endif // ALKDATEFORMATTEST_H