summaryrefslogtreecommitdiffstats
path: root/demos/declarative/twitter/content/AuthView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'demos/declarative/twitter/content/AuthView.qml')
-rw-r--r--demos/declarative/twitter/content/AuthView.qml6
1 files changed, 1 insertions, 5 deletions
diff --git a/demos/declarative/twitter/content/AuthView.qml b/demos/declarative/twitter/content/AuthView.qml
index 9ca4d88..7d0d865 100644
--- a/demos/declarative/twitter/content/AuthView.qml
+++ b/demos/declarative/twitter/content/AuthView.qml
@@ -29,11 +29,7 @@ Item {
maximumLength:21
font.bold: true
color: "#151515"; highlightColor: "green"
- KeyProxy {
- id: Proxy
- targets: [(tabber), (nameIn)]
- focus: true
- }
+ Keys.forwardTo: [(tabber), (nameIn)]
Item {
id: tabber
//Note: it's not working yet