aboutsummaryrefslogtreecommitdiff
path: root/smolbote.qbs
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-26 16:29:21 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-26 16:29:21 +0100
commit4cbf8607e94732cf4318451d397e0d416c0080b7 (patch)
tree6c37e9380186f1d60f592ae9131a3605d42941e0 /smolbote.qbs
parentSettingsDialog patches (diff)
downloadsmolbote-4cbf8607e94732cf4318451d397e0d416c0080b7.tar.xz
UrlRequestInterceptor fixes
- Using QHash to store HostRule's, so lookup should be faster - HostRule is now a struct
Diffstat (limited to 'smolbote.qbs')
-rw-r--r--smolbote.qbs2
1 files changed, 0 insertions, 2 deletions
diff --git a/smolbote.qbs b/smolbote.qbs
index e9f112f..406874d 100644
--- a/smolbote.qbs
+++ b/smolbote.qbs
@@ -119,8 +119,6 @@ Project {
Group {
name: "Request Filter"
files: [
- "src/webengine/hostrule.cpp",
- "src/webengine/hostrule.h",
"src/webengine/urlinterceptor.cpp",
"src/webengine/urlinterceptor.h",
]