From c74367d82c1c7bec393548d2e5014c794333822f Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 16 Oct 2018 17:25:40 +0200 Subject: 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. --- test/urlfilter/adblocktest.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 test/urlfilter/adblocktest.h (limited to 'test/urlfilter/adblocktest.h') 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 -class AdBlockTest : public QObject -{ - Q_OBJECT - -private slots: - void parseList(); -}; - -#endif // ADBLOCKTEST_H -- cgit v1.2.1