summaryrefslogtreecommitdiffstats
path: root/doc/src/tutorials
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2009-10-07 05:02:04 (GMT)
committerBea Lam <bea.lam@nokia.com>2009-10-07 05:02:04 (GMT)
commite79cf93c8b724c8eac042e68ba8dee0b9f2feee3 (patch)
treed99ea69b661fa00e15c1e5defc963730a8859bd1 /doc/src/tutorials
parent4937e19f2ec5c51e31806eae1156bb3c19d1e485 (diff)
downloadQt-e79cf93c8b724c8eac042e68ba8dee0b9f2feee3.zip
Qt-e79cf93c8b724c8eac042e68ba8dee0b9f2feee3.tar.gz
Qt-e79cf93c8b724c8eac042e68ba8dee0b9f2feee3.tar.bz2
Remove redundant QFxItem::activeFocusChanged(); is not used anywhere,
presumedly replaced by QFxItem::focusChanged().
Diffstat (limited to 'doc/src/tutorials')
-rw-r--r--doc/src/tutorials/declarative.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/tutorials/declarative.qdoc b/doc/src/tutorials/declarative.qdoc
index 48beabd..bbc3d15 100644
--- a/doc/src/tutorials/declarative.qdoc
+++ b/doc/src/tutorials/declarative.qdoc
@@ -500,7 +500,7 @@
to receive focus
\endlist
- The read-only property activeFocus can be used to determine whether a
+ The read-only property focus can be used to determine whether a
component will receive key input. Any un-handled keys will be passed to
the components parent, which in turn will pass keys it doesn't handle up to its
own ancestors.