diff options
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 3a89c2ba..8600543d 100644 --- a/src/adblock/adblockruletextmatchimpl.h +++ b/src/adblock/adblockruletextmatchimpl.h @@ -41,7 +41,7 @@ public: bool match(const QNetworkRequest &request, const QString &encodedUrl, const QString &encodedUrlLowerCase) const; static bool isTextMatchFilter(const QString &filter); - + QString ruleString() const; QString ruleType() const; |