]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/UrlRequestInterceptor.h
Switch the Domain Settings implementation to a Dialog.
[PrivacyBrowserPC.git] / src / UrlRequestInterceptor.h
index 8f3306b46f7a3e9865762f99ddea60222457ebc5..721d5231b3508deaea545650b29e94c77cbf5e2c 100644 (file)
@@ -37,6 +37,6 @@ public:
 
 signals:
     // The signals.
-    void applyDomainSettings() const;
+    void applyDomainSettings(const QString hostname) const;
 };
 #endif