aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-03-08 13:58:58 +0100
committerNico Vertriest <nico.vertriest@qt.io>2017-04-06 12:30:42 +0000
commit0e27ca2c843d4e1b29276a8e175ce3360b6aecca (patch)
tree3ecac61d75ab89429aa4ff8a369ba9494b2a0931
parent164c1b53af6c94963f9f25ff4be31f7a6c8ba4e0 (diff)
Doc: link errors qtvirtualkeyboardv5.9.0-beta2
ChangeLanguageKey.qml: Can't link to 'KeyboardStyle.languagePopupListEnabled' KeyboardStyle.qml: Can't link to 'full' Change-Id: I4f30db5cf517d4f6d61a786c356e41984d7fbb0b Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--src/virtualkeyboard/content/components/ChangeLanguageKey.qml2
-rw-r--r--src/virtualkeyboard/styles/KeyboardStyle.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/virtualkeyboard/content/components/ChangeLanguageKey.qml b/src/virtualkeyboard/content/components/ChangeLanguageKey.qml
index ba4becde..b14e70f4 100644
--- a/src/virtualkeyboard/content/components/ChangeLanguageKey.qml
+++ b/src/virtualkeyboard/content/components/ChangeLanguageKey.qml
@@ -47,7 +47,7 @@ import QtQuick.VirtualKeyboard.Styles 2.1
\li Toggle mode
\endlist
- The popup mode is enabled by \l {KeyboardStyle.languagePopupListEnabled} property.
+ The popup mode is enabled by the \l {KeyboardStyle::languagePopupListEnabled} property.
If enabled, a key press will open a popup list with available languages. Otherwise
it will cycle to the next available input language.
*/
diff --git a/src/virtualkeyboard/styles/KeyboardStyle.qml b/src/virtualkeyboard/styles/KeyboardStyle.qml
index f0095146..1d1c8222 100644
--- a/src/virtualkeyboard/styles/KeyboardStyle.qml
+++ b/src/virtualkeyboard/styles/KeyboardStyle.qml
@@ -521,7 +521,7 @@ QtObject {
This property holds the selected text color for the full screen input
field.
- The default color is set to \l full screenInputColor.
+ The default color is set to \c fullScreenInputColor.
*/
property color fullScreenInputSelectedTextColor: fullScreenInputColor
}