X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2FUrlRequestInterceptor.h;h=721d5231b3508deaea545650b29e94c77cbf5e2c;hp=8f3306b46f7a3e9865762f99ddea60222457ebc5;hb=16118809a11aa423f453a03c47f5263e9dd8b662;hpb=0a7bcc3ab2d2a1015f29293fc9c527c1448a86cf 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