Commit 4250e432 authored by Florian Bruhin's avatar Florian Bruhin Committed by Kai Koehne
Browse files

Fix typo in dictionary path


Change-Id: I398f88943e6f59781ad9227e2888cb25079b638c
Reviewed-by: default avatarKai Koehne <kai.koehne@qt.io>
Showing with 1 addition and 1 deletion
......@@ -296,7 +296,7 @@
When the Qt WebEngine spellchecker initializes, it will try to load the
\c bdict dictionaries and to check them for consistency. First, it searches
\e qtwebengine_dictionaries directories relative to the executable,
then it will look in \c QT_INSTALL_PREFIX/qtwebengines_dictionaries.
then it will look in \c QT_INSTALL_PREFIX/qtwebengine_dictionaries.
Spellchecking is disabled by default and can be enabled per profile by
using the QWebEngineProfile::setSpellCheckEnabled() method in widget-based
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment