aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}