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: flounder_5.99.2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Ftags%2Fflounder_5.99.2;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