summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-11-26 12:15:12 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-11-26 12:15:12 (GMT)
commit96363242c9a6edd00a5c4f585e93cfb4ba15a371 (patch)
tree0c0fc829d2865a13580c9119e620f29983d5fa42 /doc/src
parent2b54ae828139616dd8fb8227cae9622764d84e0c (diff)
downloadQt-96363242c9a6edd00a5c4f585e93cfb4ba15a371.zip
Qt-96363242c9a6edd00a5c4f585e93cfb4ba15a371.tar.gz
Qt-96363242c9a6edd00a5c4f585e93cfb4ba15a371.tar.bz2
Doc fix
From Thomas Zander
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/declarative/qmlintro.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qmlintro.qdoc b/doc/src/declarative/qmlintro.qdoc
index 76d915f..8141c90 100644
--- a/doc/src/declarative/qmlintro.qdoc
+++ b/doc/src/declarative/qmlintro.qdoc
@@ -121,7 +121,7 @@ Item {
}
Text {
id: text2
- text: Text1.text
+ text: text1.text
}
}
\endcode