summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qmlintro.qdoc
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-10-07 05:36:56 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-10-07 05:36:56 (GMT)
commit833ca7b4f038b92e1bdbc6368ec73c9eb4568f7c (patch)
tree9cf0110e04453d10ff4ada7084f48a0c33443511 /doc/src/declarative/qmlintro.qdoc
parentd7fe798e022884dcbc58844e686a7d4fd39cf027 (diff)
downloadQt-833ca7b4f038b92e1bdbc6368ec73c9eb4568f7c.zip
Qt-833ca7b4f038b92e1bdbc6368ec73c9eb4568f7c.tar.gz
Qt-833ca7b4f038b92e1bdbc6368ec73c9eb4568f7c.tar.bz2
Update 'hello world' tutorial.
Diffstat (limited to 'doc/src/declarative/qmlintro.qdoc')
-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 e87b7a8..ef84b8e 100644
--- a/doc/src/declarative/qmlintro.qdoc
+++ b/doc/src/declarative/qmlintro.qdoc
@@ -153,7 +153,7 @@ Item {
}
\endcode
-\section3 The 'id' property
+\section3 The \c id property
The \c id property is a special property of type \e id. Assigning an id to an object allows you
to refer to it elsewhere.