summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/doc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-09-11 13:15:57 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-10-08 10:32:38 +0000
commit4b299c0706d16be5c2deb610a4e3cacd79d8eecc (patch)
tree2660865344a101da1e4556a45142d5cfa86e409a /src/webenginewidgets/doc
parent6df94b3cfd7eab7222542237a219144615bd434b (diff)
Improve documentation of QWebEnginePage::acceptNavigationRequest
Change-Id: Ic4f91fa7927c18b53c6b0a0f69ee38905715eb10 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'src/webenginewidgets/doc')
-rw-r--r--src/webenginewidgets/doc/src/qwebenginepage_lgpl.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webenginewidgets/doc/src/qwebenginepage_lgpl.qdoc b/src/webenginewidgets/doc/src/qwebenginepage_lgpl.qdoc
index 173611165..4a7545c14 100644
--- a/src/webenginewidgets/doc/src/qwebenginepage_lgpl.qdoc
+++ b/src/webenginewidgets/doc/src/qwebenginepage_lgpl.qdoc
@@ -264,11 +264,11 @@
/*!
\fn bool acceptNavigationRequest(const QUrl &url, NavigationType type, bool isMainFrame)
+ \since 5.5
This function is called upon receiving a request to navigate to the specified \a url by means of
the specified navigation type \a type. \a isMainFrame indicates whether the request corresponds
to the main frame or a sub frame. If the function returns \c true, the navigation request is
- accepted and Chromium continues to load the page. Otherwise, the request is ignored. The default
- implementation accepts the navigation request.
+ accepted and \c url is loaded. The default implementation accepts all navigation requests.
*/