summaryrefslogtreecommitdiffstats
path: root/tools/linguist/tests/tst_linguist.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linguist/tests/tst_linguist.h')
-rw-r--r--tools/linguist/tests/tst_linguist.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/linguist/tests/tst_linguist.h b/tools/linguist/tests/tst_linguist.h
new file mode 100644
index 0000000..27a53bb
--- /dev/null
+++ b/tools/linguist/tests/tst_linguist.h
@@ -0,0 +1,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