summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-11-30 02:19:18 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-11-30 02:19:18 (GMT)
commite960316477982d21061ca8894109f1f8426b2dec (patch)
tree529d7b80f159ab07357e03a72d16c8ad51232414 /doc
parent47914053d93abe291ea85ad46e00fa8a6dc7a702 (diff)
downloadQt-e960316477982d21061ca8894109f1f8426b2dec.zip
Qt-e960316477982d21061ca8894109f1f8426b2dec.tar.gz
Qt-e960316477982d21061ca8894109f1f8426b2dec.tar.bz2
Fix id documentation
Task-number: QTBUG-15604
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/qdeclarativeintro.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qdeclarativeintro.qdoc b/doc/src/declarative/qdeclarativeintro.qdoc
index a3773fd..4e41fda 100644
--- a/doc/src/declarative/qdeclarativeintro.qdoc
+++ b/doc/src/declarative/qdeclarativeintro.qdoc
@@ -186,7 +186,7 @@ Item {
\section3 The \c id property
Each object can be given a special unique property called an \e id. No other object within the
-same \l{QML Documents}{QML document} can have the same \c id value. Assigning an id enables the object
+same QML component (see \l{QML Documents}) can have the same \c id value. Assigning an id enables the object
to be referred to by other objects and scripts.
The first Rectangle element below has an \e id, "myRect". The second Rectangle element defines its