diff options
Diffstat (limited to 'test/adblock/adblocktest.h')
-rw-r--r-- | test/adblock/adblocktest.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/adblock/adblocktest.h b/test/adblock/adblocktest.h new file mode 100644 index 0000000..95cb7e2 --- /dev/null +++ b/test/adblock/adblocktest.h @@ -0,0 +1,13 @@ +#ifndef ADBLOCKTEST_H +#define ADBLOCKTEST_H + +#include <QObject> +class AdBlockTest : public QObject +{ + Q_OBJECT + +private slots: + void parseList(); +}; + +#endif // ADBLOCKTEST_H |