aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2022-04-07 10:29:35 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-04-07 08:21:58 +0000
commit27f23a8ab4a8444e390ddd73ccfeb862e3fe2000 (patch)
tree957873e4fb6ea1837886cea4f0d61d893bd7f6c9
parent47fb0bd95026b0827f4fb0676e25f764370af06c (diff)
examples: Fix outdated comment
Change-Id: Icede2c130b68174979fc26f63d2cbe2e8f60515a Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit 41d049dd8e7358a74775faaf08f8063812ca1ba2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/virtualkeyboard/basic/Basic.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/virtualkeyboard/basic/Basic.qml b/examples/virtualkeyboard/basic/Basic.qml
index 2fb42197..a0f7c9a1 100644
--- a/examples/virtualkeyboard/basic/Basic.qml
+++ b/examples/virtualkeyboard/basic/Basic.qml
@@ -37,7 +37,7 @@ Rectangle {
height: 720
color: "#F6F6F6"
- // Only set with CONFIG+=disable-desktop.
+ // If enabled, prevents interaction with the text fields
property bool handwritingInputPanelActive: false
Flickable {