summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebengineurlrequestinfo.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-02-08 17:20:19 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-02-08 17:20:34 +0100
commit776442f2117c4b2d6dac75ab56b42bd82e2ce6d0 (patch)
tree8b1730f28cb700e58bf254c440c4167991b94fe3 /src/core/api/qwebengineurlrequestinfo.cpp
parent82f4d13a13b40d9cb7710f6dd4190175a272a394 (diff)
parent489c9d0f631f79057bb16994b6719395d97f80ab (diff)
Merge remote-tracking branch 'origin/5.6.0' into 5.6
Diffstat (limited to 'src/core/api/qwebengineurlrequestinfo.cpp')
-rw-r--r--src/core/api/qwebengineurlrequestinfo.cpp3
1 files changed, 3 insertions, 0 deletions
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
*/