aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/content
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-04-16 14:29:30 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2021-04-16 15:09:08 +0200
commitd7d84dfb7bc73e02cae4464053c3c7853d95074e (patch)
treefb2d2914374fde116359ae3173ddb99012622056 /src/virtualkeyboard/content
parentcb34e6b1579ff5ff65246b53d06ff0f903fd43b5 (diff)
Fix documentation of parameters
Change-Id: I2867cd053911a7501b7dfed5fa801fec9e0fdf67 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/virtualkeyboard/content')
-rw-r--r--src/virtualkeyboard/content/InputPanel.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/virtualkeyboard/content/InputPanel.qml b/src/virtualkeyboard/content/InputPanel.qml
index f062aa9f..1aa6c8b3 100644
--- a/src/virtualkeyboard/content/InputPanel.qml
+++ b/src/virtualkeyboard/content/InputPanel.qml
@@ -85,10 +85,10 @@ Item {
It serves as a hook to display a custom language dialog instead of
the built-in language popup in the virtual keyboard.
- The \e localeList parameter contains a list of locale names to choose
+ The \a localeList parameter contains a list of locale names to choose
from. To get more information about a particular language, use the
- \l {QtQml::Qt::locale()}{Qt.locale()} function. The \e currentIndex
- is the index of current locale in the \e localeList. This item should
+ \l {QtQml::Qt::locale()}{Qt.locale()} function. The \a currentIndex
+ is the index of current locale in the \a localeList. This item should
be highlighted as the current item in the UI.
To select a new language, use the \l {VirtualKeyboardSettings::locale}