aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2022-04-07 10:29:35 +0300
committerJarkko Koivikko <jarkko.koivikko@code-q.fi>2022-04-07 10:49:51 +0300
commit41d049dd8e7358a74775faaf08f8063812ca1ba2 (patch)
tree8bf77174e1a7c549042a0c429b30d05d783ed44a
parente75e33800810eee827260d9bce92b6a60e902cf3 (diff)
examples: Fix outdated comment
Pick-to: 6.2 6.3 Change-Id: Icede2c130b68174979fc26f63d2cbe2e8f60515a Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-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 {