]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/widgets/PrivacyWebEngineView.h
Only display the HTTP Ping dialog if it originates from the current tab. https:...
[PrivacyBrowserPC.git] / src / widgets / PrivacyWebEngineView.h
index 152c56e84f515c5979df2e26fb8b5b6f316dc40f..5548ec422dc56a567443c881f591621dedf255ea 100644 (file)
@@ -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.