diff options
author | Topi Reinio <topi.reinio@qt.io> | 2021-06-30 14:04:31 +0200 |
---|---|---|
committer | Topi Reinio <topi.reinio@qt.io> | 2021-07-01 14:50:42 +0200 |
commit | c248844b3b8ee004800606d1a6c6e6d6bee31738 (patch) | |
tree | e5c9d05a1f59f725d79279f8dbc5cb75136d118a /src/core/api/qwebengineregisterprotocolhandlerrequest.cpp | |
parent | 57eb73f933e3c1499a969b2023073c3c01bb9a1f (diff) | |
download | qtwebengine-c248844b3b8ee004800606d1a6c6e6d6bee31738.tar.gz |
Doc: Fix documentation issues for Qt WebEngine
API and documentation changes since 5.15 caused multiple warnings from
QDoc; this change addresses most of them. Some warnings indicate
missing documentation, those issues still remain.
Pick-to: 6.2
Change-Id: I96be38b7daac37a7e35c149b4b3ec3f18c4415c9
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/core/api/qwebengineregisterprotocolhandlerrequest.cpp')
-rw-r--r-- | src/core/api/qwebengineregisterprotocolhandlerrequest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/api/qwebengineregisterprotocolhandlerrequest.cpp b/src/core/api/qwebengineregisterprotocolhandlerrequest.cpp index a3960327d..bb59282ea 100644 --- a/src/core/api/qwebengineregisterprotocolhandlerrequest.cpp +++ b/src/core/api/qwebengineregisterprotocolhandlerrequest.cpp @@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE \brief The QWebEngineRegisterProtocolHandlerRequest class enables accepting or rejecting requests from the \l registerProtocolHandler API. - \sa QWebEnginePage::registerProtocolHandlerRequested + \sa QWebEnginePage::registerProtocolHandlerRequested() */ /*! \fn QWebEngineRegisterProtocolHandlerRequest::QWebEngineRegisterProtocolHandlerRequest() |