aboutsummaryrefslogtreecommitdiff
path: root/test/adblock/adblocktest.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/adblock/adblocktest.h')
-rw-r--r--test/adblock/adblocktest.h15
1 files changed, 0 insertions, 15 deletions
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 <QObject>
-
-class AdBlockTest : public QObject
-{
- Q_OBJECT
-
-private slots:
- void parseRule();
- //void parseList();
-};
-
-#endif // ADBLOCKTEST_H