From: Sahaj Sarup Date: Fri, 15 Sep 2017 19:31:43 +0000 (+0530) Subject: replace '@' with '?' as '@' is also present in Alphabet X-Git-Tag: 4.99.1^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9156d579fef7baac836f1fee51c83061941176b8;p=src%2Fqtquickcontrols2-agl.git replace '@' with '?' as '@' is also present in Alphabet and '?' is missing Signed-off-by: Sahaj Sarup --- diff --git a/imports/agl-demo-controls/Symbols.qml b/imports/agl-demo-controls/Symbols.qml index a47ccea..5ecffe9 100644 --- a/imports/agl-demo-controls/Symbols.qml +++ b/imports/agl-demo-controls/Symbols.qml @@ -46,7 +46,7 @@ AbstractKeyboard { } Repeater { - model: ['@', '#', '%', '&', '*', '-', '+', '(', ')'] + model: ['?', '#', '%', '&', '*', '-', '+', '(', ')'] delegate: Key { text: model.modelData Layout.preferredWidth: 2