summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-09-20 16:38:57 +0200
committerKai Koehne <kai.koehne@qt.io>2016-09-26 07:06:05 +0000
commit91d3ae2eb70cb439c43a1a8a658b66013f557953 (patch)
tree877a55447a8c015fae26d9eda4143e1d541a99eb /src/webenginewidgets/api
parent9475392c8ec27a997a0db67f80592930f58162c2 (diff)
Doc: Cross-reference spellCheckerSuggestions() and misspelledWord()
Change-Id: I47c1de96423542b2ef2ae3d3e833bf40352d514d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/webenginewidgets/api')
-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
*/