X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Finterceptors%2FUrlRequestInterceptor.h;fp=src%2Finterceptors%2FUrlRequestInterceptor.h;h=5638768529dbf5713460d88278c4aa15c4aaf0b5;hb=3108332092c1c2807f1e13c417c487fd07aed177;hp=721d5231b3508deaea545650b29e94c77cbf5e2c;hpb=ecf8cd33e114d592c64cb426ae35a39c1409e914;p=PrivacyBrowserPC.git diff --git a/src/interceptors/UrlRequestInterceptor.h b/src/interceptors/UrlRequestInterceptor.h index 721d523..5638768 100644 --- a/src/interceptors/UrlRequestInterceptor.h +++ b/src/interceptors/UrlRequestInterceptor.h @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Soren Stoutner . + * Copyright 2022-2023 Soren Stoutner . * * This file is part of Privacy Browser PC . * @@ -37,6 +37,7 @@ public: signals: // The signals. - void applyDomainSettings(const QString hostname) const; + void applyDomainSettings(const QString &hostname) const; + void displayHttpPingDialog(const QString &httpPingUrl) const; }; #endif