summaryrefslogtreecommitdiffstats
path: root/src/core/web_contents_adapter.cpp
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2023-08-24 13:23:58 +0200
committerMichael BrĂ¼ning <michael.bruning@qt.io>2023-08-24 20:32:59 +0200
commit614c78c6385f6503dce597407c30fb63fa1de451 (patch)
treeaf009d8c3d293a21f41883ea22bbd9b3e31ada63 /src/core/web_contents_adapter.cpp
parent8b20e0636a89dc3e6b06d174286ee16aa427887a (diff)
Remove QWebEngineUrlResponseInterceptor API
It has been found to not have any real effect, therefore, we remove it again to not release a non-functional API and create false expectations in users. This reverts commits 3f5de5fab74e6c152cdf5d04f3d893feaa31790b ab21f39c6a54be331dd8a155d3374bfe790e0274 (parts) 082eef1916a86d6d5e0c751d271c7c8a1a5e457d 5e257fb57a211f95556ec387fe6f262a60cbb6fe Pick-to: 6.6 Task-number: QTBUG-61071 Change-Id: Ifb33e32128e77dfffed863a1a7501ba21796692d Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/web_contents_adapter.cpp')
-rw-r--r--src/core/web_contents_adapter.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/core/web_contents_adapter.cpp b/src/core/web_contents_adapter.cpp
index 515e5d481..7e13064b3 100644
--- a/src/core/web_contents_adapter.cpp
+++ b/src/core/web_contents_adapter.cpp
@@ -1013,16 +1013,6 @@ QWebEngineUrlRequestInterceptor* WebContentsAdapter::requestInterceptor() const
return m_requestInterceptor;
}
-void WebContentsAdapter::setResponseInterceptor(QWebEngineUrlResponseInterceptor *interceptor)
-{
- m_responseInterceptor = interceptor;
-}
-
-QWebEngineUrlResponseInterceptor *WebContentsAdapter::responseInterceptor() const
-{
- return m_responseInterceptor;
-}
-
#if QT_CONFIG(accessibility)
QAccessibleInterface *WebContentsAdapter::browserAccessible()
{