summaryrefslogtreecommitdiffstats
path: root/src/core/api
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-12-02 15:14:08 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-12-02 14:25:54 +0000
commitd0ae9b50cc01e4c0f65f17467276d4af40284ae1 (patch)
tree4b257ec2a12052c73102c955bf3c01a56d367db3 /src/core/api
parent06731a33c0e5fe764548cb3f2b9d1c215cd49404 (diff)
Doc: remove obsolete docs about URL requests and scheme handler
Change-Id: Ic567bcd9ba91d82c1df1ef42f6b57e4209418f22 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'src/core/api')
-rw-r--r--src/core/api/qwebengineurlrequestinfo.cpp6
-rw-r--r--src/core/api/qwebengineurlschemehandler.cpp6
2 files changed, 0 insertions, 12 deletions
diff --git a/src/core/api/qwebengineurlrequestinfo.cpp b/src/core/api/qwebengineurlrequestinfo.cpp
index c6b85ddb0..79801d190 100644
--- a/src/core/api/qwebengineurlrequestinfo.cpp
+++ b/src/core/api/qwebengineurlrequestinfo.cpp
@@ -101,12 +101,6 @@ ASSERT_ENUMS_MATCH(QtWebEngineCore::WebContentsAdapterClient::OtherNavigation, Q
*/
/*!
- \fn QWebEngineUrlRequestInterceptor::~QWebEngineUrlRequestInterceptor()
-
- Destroys this QWebEngineUrlRequestInterceptor object.
-*/
-
-/*!
\fn bool QWebEngineUrlRequestInterceptor::interceptRequest(QWebEngineUrlRequestInfo &info)
Reimplementing this virtual function and setting the interceptor on a profile makes
diff --git a/src/core/api/qwebengineurlschemehandler.cpp b/src/core/api/qwebengineurlschemehandler.cpp
index e20aa2ba3..485db0b4b 100644
--- a/src/core/api/qwebengineurlschemehandler.cpp
+++ b/src/core/api/qwebengineurlschemehandler.cpp
@@ -53,12 +53,6 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \fn QWebEngineUrlSchemeHandler::destroyed(QWebEngineUrlSchemeHandler *handler)
-
- This signal is emitted when the custom URL scheme handler \a handler is deleted.
-*/
-
-/*!
Constructs a new URL scheme handler.
The handler is created with the parent \a parent.