Warning, file /frameworks/sonnet/autotests/test_filter.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /** 0002 * SPDX-FileCopyrightText: 2006 David Faure <faure@kde.org> 0003 * 0004 * SPDX-License-Identifier: LGPL-2.1-or-later 0005 */ 0006 0007 #ifndef TEST_FILTER_H 0008 #define TEST_FILTER_H 0009 0010 #include <QObject> 0011 0012 class SonnetFilterTest : public QObject 0013 { 0014 Q_OBJECT 0015 private Q_SLOTS: 0016 void testLatin(); 0017 void testIndic(); 0018 void testSentence(); 0019 }; 0020 0021 #endif