Commit 54e84f17 authored by Leena Miettinen's avatar Leena Miettinen
Browse files

Doc: Add class name to function signature


Change-Id: I95547a19dfa4dc375f93b2c6c1bfdefc05d07a51
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@qt.io>
Showing with 1 addition and 1 deletion
......@@ -309,7 +309,7 @@
*/
/*!
\fn bool acceptNavigationRequest(const QUrl &url, NavigationType type, bool isMainFrame)
\fn bool QWebEnginePage::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
......
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