replace '@' with '?' as '@' is also present in Alphabet 4.99.1 4.99.2 4.99.3 5.99.1 5.99.2 eel/4.99.1 eel/4.99.2 eel/4.99.3 eel_4.99.1 eel_4.99.2 eel_4.99.3 flounder/5.99.1 flounder/5.99.2 flounder_5.99.1 flounder_5.99.2
authorSahaj Sarup <sahaj.sarup@linaro.org>
Fri, 15 Sep 2017 19:31:43 +0000 (01:01 +0530)
committerSahaj Sarup <sahaj.sarup@linaro.org>
Mon, 18 Sep 2017 18:40:51 +0000 (00:10 +0530)
 and '?' is missing

Signed-off-by: Sahaj Sarup <sahaj.sarup@linaro.org>
imports/agl-demo-controls/Symbols.qml

index a47ccea..5ecffe9 100644 (file)
@@ -46,7 +46,7 @@ AbstractKeyboard {
             }
 
             Repeater {
-                model: ['@', '#', '%', '&', '*', '-', '+', '(', ')']
+                model: ['?', '#', '%', '&', '*', '-', '+', '(', ')']
                 delegate: Key {
                     text: model.modelData
                     Layout.preferredWidth: 2