aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/webpage.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-05-26 16:15:49 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-05-26 16:15:49 +0200
commit6938c0cece05fa25c3ce52d0377eba776d0354ff (patch)
treee335016d99fc7e96ce602ed670674a5b45196510 /src/webengine/webpage.h
parentProfile command (diff)
downloadsmolbote-6938c0cece05fa25c3ce52d0377eba776d0354ff.tar.xz
QTBUG-68224 workaround
Diffstat (limited to 'src/webengine/webpage.h')
-rw-r--r--src/webengine/webpage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webengine/webpage.h b/src/webengine/webpage.h
index 92c5925..2232d26 100644
--- a/src/webengine/webpage.h
+++ b/src/webengine/webpage.h
@@ -19,6 +19,7 @@ public:
protected:
bool certificateError(const QWebEngineCertificateError &certificateError) override;
+ bool acceptNavigationRequest(const QUrl &url, NavigationType type, bool isMainFrame) override;
private slots:
void featurePermissionDialog(const QUrl &securityOrigin, QWebEnginePage::Feature feature);