summaryrefslogtreecommitdiff
path: root/src/core/api/qwebenginecontextmenurequest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/api/qwebenginecontextmenurequest.cpp')
-rw-r--r--src/core/api/qwebenginecontextmenurequest.cpp6
1 files changed, 2 insertions, 4 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;