File indexing completed on 2024-04-21 03:42:04

0001 /*
0002     SPDX-FileCopyrightText: 2009 Anne-Marie Mahfouf <annma@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-only
0005 */
0006 
0007 #ifndef MALAYALAMTEST_H
0008 #define MALAYALAMTEST_H
0009 
0010 #include <QObject>
0011 
0012 class MalayalamTest : public QObject
0013 {
0014     Q_OBJECT
0015 
0016 private Q_SLOTS:
0017     void matchChar();
0018     void decomposeConsonant();
0019 
0020 };
0021 
0022 
0023 #endif /* MALAYALAMTEST_H */