summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-08-18 12:50:39 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-23 19:19:37 +0000
commitcba74c389e68ab1412f26a8a7d1a42f92aa36e83 (patch)
tree462cd197454cb76dc646a91b4ab6762167f7dd56 /src
parent469da22481f779f646cf809d8e0bda471d061f9d (diff)
Doc: Fix documentation warnings for Qt WebEngine
Task-number: QTBUG-95860 Change-Id: I5b1fd6a6e5f172724fcfbde1a791b342a7e1ff92 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 30237ec607a70964a7bfeaf875afb79f741214a7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/core/api/qwebenginecontextmenurequest.cpp6
-rw-r--r--src/core/doc/src/qtwebengine-platform-notes.qdoc4
2 files changed, 3 insertions, 7 deletions
diff --git a/src/core/api/qwebenginecontextmenurequest.cpp b/src/core/api/qwebenginecontextmenurequest.cpp
index 3ebb9e154..24ea3a073 100644
--- a/src/core/api/qwebenginecontextmenurequest.cpp
+++ b/src/core/api/qwebenginecontextmenurequest.cpp
@@ -204,16 +204,14 @@ QStringList QWebEngineContextMenuRequest::spellCheckerSuggestions() const
}
/*!
- TODO: needs api in page
+ \property QWebEngineContextMenuRequest::accepted
+ \brief Whether the request is accepted.
*/
bool QWebEngineContextMenuRequest::isAccepted() const
{
return d->m_accepted;
}
-/*!
- TODO: needs api in page
-*/
void QWebEngineContextMenuRequest::setAccepted(bool accepted)
{
d->m_accepted = accepted;
diff --git a/src/core/doc/src/qtwebengine-platform-notes.qdoc b/src/core/doc/src/qtwebengine-platform-notes.qdoc
index 08eaf72bb..c94262950 100644
--- a/src/core/doc/src/qtwebengine-platform-notes.qdoc
+++ b/src/core/doc/src/qtwebengine-platform-notes.qdoc
@@ -232,7 +232,5 @@
\section1 Popups in Fullscreen Applications on Windows
Because of a limitation in the Windows compositor, applications that show a fullscreen web
engine view will not properly display popups or other top-level windows. The reason and
- workaround for the issue can be found at \l {Fullscreen OpenGL Based Windows} and
- \l {QWindowsWindowFunctions::setHasBorderInFullScreen}.
-
+ workaround is described in \l {Fullscreen OpenGL Based Windows}.
*/