X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2FUrlRequestInterceptor.h;h=721d5231b3508deaea545650b29e94c77cbf5e2c;hp=8f3306b46f7a3e9865762f99ddea60222457ebc5;hb=27ddfe8833b1ebaf499755135aa5cbfc72acb802;hpb=44cd064cb213ad693223ca117fe346d8b78456d6 diff --git a/src/UrlRequestInterceptor.h b/src/UrlRequestInterceptor.h index 8f3306b..721d523 100644 --- a/src/UrlRequestInterceptor.h +++ b/src/UrlRequestInterceptor.h @@ -37,6 +37,6 @@ public: signals: // The signals. - void applyDomainSettings() const; + void applyDomainSettings(const QString hostname) const; }; #endif