aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/urlinterceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webengine/urlinterceptor.h')
-rw-r--r--src/webengine/urlinterceptor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/webengine/urlinterceptor.h b/src/webengine/urlinterceptor.h
index af0bf35..24936c3 100644
--- a/src/webengine/urlinterceptor.h
+++ b/src/webengine/urlinterceptor.h
@@ -15,7 +15,6 @@ class UrlRequestInterceptor : public QWebEngineUrlRequestInterceptor
{
Q_OBJECT
public:
-
struct HostRule {
bool isBlocking;
};
@@ -29,7 +28,7 @@ public slots:
int parseHostfile(const QString &filename);
private:
- QHash<QString, HostRule*> m_rules;
+ QHash<QString, HostRule *> m_rules;
};
#endif // URLREQUESTINTERCEPTOR_H