diff options
Diffstat (limited to 'src/adblock/adblockhostmatcher.h')
-rw-r--r-- | src/adblock/adblockhostmatcher.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/adblock/adblockhostmatcher.h b/src/adblock/adblockhostmatcher.h index bdad883c..3ce6e284 100644 --- a/src/adblock/adblockhostmatcher.h +++ b/src/adblock/adblockhostmatcher.h @@ -29,6 +29,8 @@ #include <QSet> #include <QString> +#include <KDebug> + class AdBlockHostMatcher { public: @@ -47,6 +49,8 @@ public: m_hostList.clear(); } + void remove(const QString &hostRule); + private: QSet<QString> m_hostList; }; |