aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/content/InputPanel.qml
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2018-03-06 14:52:19 +0100
committerSami Nurmenniemi <sami.nurmenniemi@qt.io>2018-03-07 08:03:46 +0000
commitc1bc35736503e5ceaee1991745eb5a43a013be40 (patch)
treef13ac1a85a263108de8f8b2175599f47bf22a88d /src/virtualkeyboard/content/InputPanel.qml
parent5e10b7c58b6c252661a7b3097acff13413a6a2aa (diff)
Doc: Resolve all documentation warnings
QDoc in Qt 5.11 uses Clang to parse the C++ source for documentation. for this, Clang needs a module header which is not available for Qt Virtual Keyboard - construct a custom one for documentation builds and fix all remaining documentation warnings; \fn command syntax and one linking issue. Change-Id: I1e9b2170aca98782e9d6a758e84c9d17449cb25c Reviewed-by: Martin Smith <martin.smith@qt.io>
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.