summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-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}.
*/