summaryrefslogtreecommitdiffstats
path: root/tools/linguist/tests/tst_linguist.h
blob: 27a53bbacc4bc8493aea04ae1759a9e4b2f3afdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef TST_LINGUIST
#define TST_LINGUIST

#include <QtTest/QtTest>
#include <QtCore/QtCore>

//TESTED_CLASS=
//TESTED_FILES=


class tst_linguist : public QObject
{
    Q_OBJECT
private slots:
    void fetchtr();
    void fetchtr_data();

    void simtexth();
    void simtexth_data();
};

#endif