summaryrefslogtreecommitdiff
path: root/src/core/api/qwebenginenewwindowrequest.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-06-30 14:04:31 +0200
committerTopi Reinio <topi.reinio@qt.io>2021-07-01 14:50:42 +0200
commitc248844b3b8ee004800606d1a6c6e6d6bee31738 (patch)
treee5c9d05a1f59f725d79279f8dbc5cb75136d118a /src/core/api/qwebenginenewwindowrequest.cpp
parent57eb73f933e3c1499a969b2023073c3c01bb9a1f (diff)
downloadqtwebengine-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/qwebenginenewwindowrequest.cpp')
-rw-r--r--src/core/api/qwebenginenewwindowrequest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/api/qwebenginenewwindowrequest.cpp b/src/core/api/qwebenginenewwindowrequest.cpp
index 7ef7601d7..6d49317b5 100644
--- a/src/core/api/qwebenginenewwindowrequest.cpp
+++ b/src/core/api/qwebenginenewwindowrequest.cpp
@@ -55,14 +55,14 @@ struct QWebEngineNewWindowRequestPrivate
/*!
\class QWebEngineNewWindowRequest
- \brief A utility type for the QWebEnginePage::newPageRequested signal.
+ \brief A utility type for the QWebEnginePage::newWindowRequested() signal.
\since 6.2
\inmodule QtWebEngineCore
Contains information about a request to load a page in a separate web engine view.
- \sa QWebEnginePage::newPageRequested
+ \sa QWebEnginePage::newWindowRequested()
*/
/*!