From: Sahaj Sarup Date: Tue, 19 Sep 2017 16:59:24 +0000 (+0530) Subject: include ? and remove duplicate @ X-Git-Tag: dab_4.0.2^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F89%2F10989%2F1;p=src%2Fqtquickcontrols2-agl.git include ? and remove duplicate @ 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