From c248844b3b8ee004800606d1a6c6e6d6bee31738 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 30 Jun 2021 14:04:31 +0200 Subject: Doc: Fix documentation issues for Qt WebEngine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ƶ --- src/core/api/qwebengineregisterprotocolhandlerrequest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/api/qwebengineregisterprotocolhandlerrequest.cpp') 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() -- cgit v1.2.1