aboutsummaryrefslogtreecommitdiff
path: root/lib/urlfilter/formats/adblockrule_parse.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-12-19 16:27:41 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-12-19 16:27:41 +0100
commit9100d9bb0fc30df1046e58064e0293b13dbeda89 (patch)
tree074d35fbb0c278d26b3f2d0177558173f47fdbcd /lib/urlfilter/formats/adblockrule_parse.h
parentAdd subwindow list to Window menu (diff)
downloadsmolbote-9100d9bb0fc30df1046e58064e0293b13dbeda89.tar.xz
Add ContentsMatcher class
Diffstat (limited to 'lib/urlfilter/formats/adblockrule_parse.h')
-rw-r--r--lib/urlfilter/formats/adblockrule_parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/urlfilter/formats/adblockrule_parse.h b/lib/urlfilter/formats/adblockrule_parse.h
index 7d380a8..01255ca 100644
--- a/lib/urlfilter/formats/adblockrule_parse.h
+++ b/lib/urlfilter/formats/adblockrule_parse.h
@@ -11,7 +11,7 @@
class AdBlockRule;
-AdBlockRule *loadRule(const QString &filter);
+AdBlockRule *parseRule_adblock(const QString &filter);
std::optional<QPair<QWebEngineUrlRequestInfo::ResourceType, bool>> parseOption(const QString &option);
-#endif // ADBLOCKRULE_PARSE_H \ No newline at end of file
+#endif // ADBLOCKRULE_PARSE_H