diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-16 17:25:40 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-16 17:25:40 +0200 |
commit | c74367d82c1c7bec393548d2e5014c794333822f (patch) | |
tree | 909bcde935c84e566db528b1ab25d81778e13036 /test/urlfilter/adblocktest.h | |
parent | Add workaround for QTBUG-62511 (diff) | |
download | smolbote-c74367d82c1c7bec393548d2e5014c794333822f.tar.xz |
urlfilter: Add FilterTree class
FilterTree is a class that holds filter rules, sorted by the domain they
are to be applied on. The rules are to follow FilterLeaf as interface.
- Add a hostlist rule format to FilterTree.
- Add a test for hostlist format.
Diffstat (limited to 'test/urlfilter/adblocktest.h')
-rw-r--r-- | test/urlfilter/adblocktest.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/urlfilter/adblocktest.h b/test/urlfilter/adblocktest.h deleted file mode 100644 index 95cb7e2..0000000 --- a/test/urlfilter/adblocktest.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef ADBLOCKTEST_H -#define ADBLOCKTEST_H - -#include <QObject> -class AdBlockTest : public QObject -{ - Q_OBJECT - -private slots: - void parseList(); -}; - -#endif // ADBLOCKTEST_H |