aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-09-06 14:35:13 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2021-09-09 11:04:42 +0200
commit8634ee8603762212d2973778b1814adc714e682a (patch)
tree633d2c4a01b9ed593ada58954c3ff1823c0dda2a /src
parentea0987741cafa585a3a967974955f8bfcc8924e0 (diff)
Doc: add a link and clarify how to reset a dictionary
As of now, the QVirtualKeyboardDicationary::contents property has no reset function. To be added in a follow-up commit for 6.3. Pick-to: 6.2 Change-Id: Ia2c709017a4b2535b93663a6228d90d7291a5c4c Reviewed-by: Luca Di Sera <luca.disera@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/virtualkeyboard/qvirtualkeyboarddictionarymanager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/virtualkeyboard/qvirtualkeyboarddictionarymanager.cpp b/src/virtualkeyboard/qvirtualkeyboarddictionarymanager.cpp
index 0574f10e..003830ef 100644
--- a/src/virtualkeyboard/qvirtualkeyboarddictionarymanager.cpp
+++ b/src/virtualkeyboard/qvirtualkeyboarddictionarymanager.cpp
@@ -171,7 +171,8 @@ QStringList QVirtualKeyboardDictionaryManager::activeDictionaries() const
The dictionary instance is owned by the dictionary manager and must not be
destroyed manually. To free memory allocated for the dictionary, the
- application may reset the contents of the dictionary.
+ application may reset the \l{QVirtualKeyboardDictionary::contents}{contents}
+ of the dictionary to an empty QStringList.
\sa dictionary()
*/