diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-23 00:05:18 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-23 00:05:18 +0200 |
commit | a0fe09d63b05d7198ebe013f1d6be9097a0acf65 (patch) | |
tree | 2c7907ef79d4f07b0aa26b206ffd8d0bbf9e5eaa /src/adblock/adblockruletextmatchimpl.h | |
parent | Merge commit 'refs/merge-requests/185' of git://gitorious.org/rekonq/mainline... (diff) | |
parent | Add support for domain option in the ad block module (diff) | |
download | rekonq-a0fe09d63b05d7198ebe013f1d6be9097a0acf65.tar.xz |
Merge commit 'refs/merge-requests/186' of git://gitorious.org/rekonq/mainline into m186
Diffstat (limited to 'src/adblock/adblockruletextmatchimpl.h')
-rw-r--r-- | src/adblock/adblockruletextmatchimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adblock/adblockruletextmatchimpl.h b/src/adblock/adblockruletextmatchimpl.h index 28b0656c..b2c6e239 100644 --- a/src/adblock/adblockruletextmatchimpl.h +++ b/src/adblock/adblockruletextmatchimpl.h @@ -36,7 +36,7 @@ class AdBlockRuleTextMatchImpl : public AdBlockRuleImpl { public: AdBlockRuleTextMatchImpl(const QString &filter); - bool match(const QString &encodedUrl, const QString &encodedUrlLowerCase) const; + bool match(const QNetworkRequest &request, const QString &encodedUrl, const QString &encodedUrlLowerCase) const; static bool isTextMatchFilter(const QString &filter); |