X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fwidgets%2FPrivacyWebEngineView.h;fp=src%2Fwidgets%2FPrivacyWebEngineView.h;h=5548ec422dc56a567443c881f591621dedf255ea;hb=3108332092c1c2807f1e13c417c487fd07aed177;hp=152c56e84f515c5979df2e26fb8b5b6f316dc40f;hpb=ecf8cd33e114d592c64cb426ae35a39c1409e914;p=PrivacyBrowserPC.git diff --git a/src/widgets/PrivacyWebEngineView.h b/src/widgets/PrivacyWebEngineView.h index 152c56e..5548ec4 100644 --- a/src/widgets/PrivacyWebEngineView.h +++ b/src/widgets/PrivacyWebEngineView.h @@ -48,6 +48,7 @@ public: signals: // The signals. + void displayHttpPingBlockedDialog(const QString &httpPingUrl) const; void updateCookiesAction(const int numberOfCookies) const; void updateUi(const PrivacyWebEngineView *privacyWebEngineViewPointer) const; @@ -59,6 +60,7 @@ public Q_SLOTS: private Q_SLOTS: // The private slots. void applyDomainSettingsWithoutReloading(const QString &hostname); + void displayHttpPingDialog(const QString &httpPingUrl) const; private: // The private variables.