diff options
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 |