aboutsummaryrefslogtreecommitdiff
path: root/lib/urlfilter/domain.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-18 23:39:28 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-19 00:30:13 +0200
commit5f623dcfc8f02504d745f47f8b9274b2bca5fd67 (patch)
treef7d6719f6c48c6c038e41631727ccc2ea3368461 /lib/urlfilter/domain.h
parenturlfilter: add Domain class (diff)
downloadsmolbote-5f623dcfc8f02504d745f47f8b9274b2bca5fd67.tar.xz
urlfilter: destroy FilterLeaves only when destroying the FilterTree
Add QMutex lock when adding rules clang-format pass
Diffstat (limited to 'lib/urlfilter/domain.h')
-rw-r--r--lib/urlfilter/domain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urlfilter/domain.h b/lib/urlfilter/domain.h
index 356762d..0406f0f 100644
--- a/lib/urlfilter/domain.h
+++ b/lib/urlfilter/domain.h
@@ -17,7 +17,7 @@ class Domain
public:
explicit Domain(const QString &domain);
explicit Domain(Domain &&other);
- Domain& operator=(Domain &&other);
+ Domain &operator=(Domain &&other);
// match domain and subdomains of domain
bool matches(const QUrl &url) const;