aboutsummaryrefslogtreecommitdiff
path: root/test/matcherbenchmark/matcherbenchmark.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2019-01-09 19:38:58 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2019-01-09 19:38:58 +0100
commit3d2ae07c455c0e423c64f19e445518427a5684fa (patch)
tree58f6b47c3db33658a6f2e605fd021f08d1fa9964 /test/matcherbenchmark/matcherbenchmark.h
parentAdd assorted unfished doc files to repo (diff)
downloadsmolbote-3d2ae07c455c0e423c64f19e445518427a5684fa.tar.xz
Rewrite lib/urlfilter
- Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter
Diffstat (limited to 'test/matcherbenchmark/matcherbenchmark.h')
-rw-r--r--test/matcherbenchmark/matcherbenchmark.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/test/matcherbenchmark/matcherbenchmark.h b/test/matcherbenchmark/matcherbenchmark.h
deleted file mode 100644
index deb4495..0000000
--- a/test/matcherbenchmark/matcherbenchmark.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef MATCHER_BENCHMARK
-#define MATCHER_BENCHMARK
-
-#include <QObject>
-
-class MatcherBenchmark : public QObject
-{
- Q_OBJECT
-
-private slots:
- void qstringcontains();
- void qstringmatcher();
- void qregexp();
- void qregularexpressionmatch();
- void stdregex();
- void cregex();
- void boostregex();
-};
-
-#endif