summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/focus.qdoc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2012-11-30 15:41:34 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-01 08:26:08 +0100
commit7c6c42bc4553ebad555bb105c9b1c6dc5b06e555 (patch)
treeae7756633a5feb0930559bfdf6ec0ef4cc7bc899 /doc/src/declarative/focus.qdoc
parent1f2f1850fd789f918c197fbfe882d5d42470e9a1 (diff)
Rename focus document to make it clear it's not for QML in general
Old doc for Qt Quick 1, and qtdeclarative module has its own modified copy already. Change-Id: I5b6c10be59dd4948ba21a2e03f2a61cebf541fcb Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'doc/src/declarative/focus.qdoc')
-rw-r--r--doc/src/declarative/focus.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/focus.qdoc b/doc/src/declarative/focus.qdoc
index 64118ade..a4c9a543 100644
--- a/doc/src/declarative/focus.qdoc
+++ b/doc/src/declarative/focus.qdoc
@@ -33,7 +33,7 @@
\previouspage {QML Text Handling and Validators}{Text Handling and Validators}
\nextpage {QML Signal and Handler Event System}{Signal and Handler Event System}
-\title Keyboard Focus in QML
+\title Keyboard Focus in Qt Quick 1
When a key is pressed or released, a key event is generated and delivered to the
focused QML \l Item. To facilitate the construction of reusable components