From b984992fc92b6dd607732d6dad1c533b36f1ba3a Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 7 Jan 2018 23:28:42 +0100 Subject: Added .clang-format --- src/webengine/urlinterceptor.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/webengine/urlinterceptor.h') 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 m_rules; + QHash m_rules; }; #endif // URLREQUESTINTERCEPTOR_H -- cgit v1.2.1