summaryrefslogtreecommitdiff
path: root/src/adblock/adblockrule.h
diff options
context:
space:
mode:
authorBenjamin Poulain <benjamin.poulain@nokia.com>2010-08-18 02:55:42 +0200
committerBenjamin Poulain <benjamin.poulain@nokia.com>2010-08-18 05:04:39 +0200
commit9ea6dca0c9b3fc0cc5197253b590d31a6041bf46 (patch)
tree6ab3061a9a81bf3b1a6c2f26c8547847386c7d5d /src/adblock/adblockrule.h
parentCleaning of the constructor of AdBlockRule (diff)
downloadrekonq-9ea6dca0c9b3fc0cc5197253b590d31a6041bf46.tar.xz
Remove the method pattern() from AdBlockRule
The method pattern imply the rule is implemented with a regexp, which is what we should try to avoid in the future for performance reasons.
Diffstat (limited to 'src/adblock/adblockrule.h')
-rw-r--r--src/adblock/adblockrule.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/adblock/adblockrule.h b/src/adblock/adblockrule.h
index 28084004..1cd9ea49 100644
--- a/src/adblock/adblockrule.h
+++ b/src/adblock/adblockrule.h
@@ -73,8 +73,6 @@ public:
bool match(const QString &encodedUrl) const;
- QString pattern() const;
-
private:
QString convertPatternToRegExp(const QString &wildcardPattern);