aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/content/InputPanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtualkeyboard/content/InputPanel.qml')
-rw-r--r--src/virtualkeyboard/content/InputPanel.qml7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/virtualkeyboard/content/InputPanel.qml b/src/virtualkeyboard/content/InputPanel.qml
index 3f88bb30..ec771c4e 100644
--- a/src/virtualkeyboard/content/InputPanel.qml
+++ b/src/virtualkeyboard/content/InputPanel.qml
@@ -84,9 +84,10 @@ Item {
the built-in language popup in the virtual keyboard.
The \a localeList parameter contains a list of locale names to choose
- from. To get more information about a particular language, use the \l 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.
+ from. To get more information about a particular language, use the
+ \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}
{VirtualKeyboardSettings.locale} property.