From 9100d9bb0fc30df1046e58064e0293b13dbeda89 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 19 Dec 2018 16:27:41 +0100 Subject: Add ContentsMatcher class --- test/adblock/adblocktest.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 test/adblock/adblocktest.h (limited to 'test/adblock/adblocktest.h') diff --git a/test/adblock/adblocktest.h b/test/adblock/adblocktest.h deleted file mode 100644 index 7e58197..0000000 --- a/test/adblock/adblocktest.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef ADBLOCKTEST_H -#define ADBLOCKTEST_H - -#include - -class AdBlockTest : public QObject -{ - Q_OBJECT - -private slots: - void parseRule(); - //void parseList(); -}; - -#endif // ADBLOCKTEST_H -- cgit v1.2.1