summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api/qwebenginecontextmenudata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webenginewidgets/api/qwebenginecontextmenudata.cpp')
-rw-r--r--src/webenginewidgets/api/qwebenginecontextmenudata.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/webenginewidgets/api/qwebenginecontextmenudata.cpp b/src/webenginewidgets/api/qwebenginecontextmenudata.cpp
index 37b65403a..5d68ed0ec 100644
--- a/src/webenginewidgets/api/qwebenginecontextmenudata.cpp
+++ b/src/webenginewidgets/api/qwebenginecontextmenudata.cpp
@@ -189,6 +189,8 @@ bool QWebEngineContextMenuData::isContentEditable() const
/*!
If the context is a word considered misspelled by the spell-checker, returns the misspelled word.
+ For possible replacements of the word, see spellCheckerSuggestions().
+
\since 5.8
*/
QString QWebEngineContextMenuData::misspelledWord() const
@@ -199,7 +201,8 @@ QString QWebEngineContextMenuData::misspelledWord() const
}
/*!
- If the context is a word considered misspelled by the spell-checker, returns a list of suggested replacements.
+ If the context is a word considered misspelled by the spell-checker, returns a list of suggested replacements
+ for misspelledWord().
\since 5.8
*/