Commit 4b299c07 authored by Kai Koehne's avatar Kai Koehne
Browse files

Improve documentation of QWebEnginePage::acceptNavigationRequest


Change-Id: Ic4f91fa7927c18b53c6b0a0f69ee38905715eb10
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Showing with 2 additions and 2 deletions
......@@ -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.
*/
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment