summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2016-11-01 13:32:59 +0100
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-11-04 09:16:13 +0000
commit7a166952325d9f4ea59afcf74e2cb2763a5f7d37 (patch)
tree32dc93c9d3a9eebe423bd320e98291deb05040b3
parent8944d70cb4241fc06b3006971ff21ff74b0f010c (diff)
Doc: link error in qtwebengine
qtwebengine-features.qdoc:28: warning: Can't link to 'QQuickWebEngineProfile::spellCheckLanguage Change-Id: Id99ce94ce31e4306891dda7e77331cd8ab8f9d54 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/webengine/doc/src/qtwebengine-features.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webengine/doc/src/qtwebengine-features.qdoc b/src/webengine/doc/src/qtwebengine-features.qdoc
index 5ba3f23b8..8cdbd13a8 100644
--- a/src/webengine/doc/src/qtwebengine-features.qdoc
+++ b/src/webengine/doc/src/qtwebengine-features.qdoc
@@ -292,9 +292,9 @@
{WebEngineProfile.spellCheckEnabled} property in Qt Quick applications.
The current language used for spellchecking is defined per profile, and can
- be set using the QWebEngineProfile::setSpellCheckLanguage() method or the
- \l {QQuickWebEngineProfile::spellCheckLanguage}
- {WebEngineProfile.spellCheckLanguage} property.
+ be set using the QWebEngineProfile::setSpellCheckLanguages() method or the
+ \l {QQuickWebEngineProfile::spellCheckLanguages}
+ {WebEngineProfile.spellCheckLanguages} property.
This feature can be tested by building and running the
\l{WebEngine Widgets Spellchecker Example}{Spellchecker Example}.