diff --git a/src/webenginewidgets/doc/src/qwebenginepage_lgpl.qdoc b/src/webenginewidgets/doc/src/qwebenginepage_lgpl.qdoc index 1736111657ba4caceae55f7f41c6cd9539f62aac..4a7545c140c2c6ace307bce9c342f927fb48c4da 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. */