From a3cba831058778b81ade5a2d486559e3c38d8551 Mon Sep 17 00:00:00 2001 From: Michael Bruning Date: Fri, 29 Jan 2016 11:10:14 +0100 Subject: Fix QDoc warning for QWebEngineUrlRequestInterceptor. Explains the info parameters internal change tracking. Change-Id: I19c8f96d8ecd0b2dc8a56d3d01cc91dd2b664abd Reviewed-by: Leena Miettinen --- src/core/api/qwebengineurlrequestinfo.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/api/qwebengineurlrequestinfo.cpp') diff --git a/src/core/api/qwebengineurlrequestinfo.cpp b/src/core/api/qwebengineurlrequestinfo.cpp index e53d9afb6..f229a9748 100644 --- a/src/core/api/qwebengineurlrequestinfo.cpp +++ b/src/core/api/qwebengineurlrequestinfo.cpp @@ -107,6 +107,9 @@ ASSERT_ENUMS_MATCH(QtWebEngineCore::WebContentsAdapterClient::OtherNavigation, Q it possible to intercept URL requests. This function is executed on the IO thread, and therefore running long tasks here will block networking. + \a info contains the information about the URL request and will track internally + whether its members have been altered. + \sa QWebEngineProfile::setRequestInterceptor */ -- cgit v1.2.3