summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/tutorial1.qdoc
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-05-13 07:18:21 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-05-13 07:18:21 (GMT)
commit902bc0038495a63949bc6781bb0c0494903d17ab (patch)
treef0e3c844623168c6cb7fd373acc1cc02fc7771c5 /doc/src/declarative/tutorial1.qdoc
parent4788467341f4363c383589402eccd3e1987c1df3 (diff)
downloadQt-902bc0038495a63949bc6781bb0c0494903d17ab.zip
Qt-902bc0038495a63949bc6781bb0c0494903d17ab.tar.gz
Qt-902bc0038495a63949bc6781bb0c0494903d17ab.tar.bz2
qdoc: Fixed some qdoc errors.
Diffstat (limited to 'doc/src/declarative/tutorial1.qdoc')
-rw-r--r--doc/src/declarative/tutorial1.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/tutorial1.qdoc b/doc/src/declarative/tutorial1.qdoc
index 6bb5012..5c11326 100644
--- a/doc/src/declarative/tutorial1.qdoc
+++ b/doc/src/declarative/tutorial1.qdoc
@@ -60,7 +60,7 @@ We add a text element as a child of our root element to display the text 'Hello
The \c y property is used to position the text vertically at 30 pixels from the top of its parent.
-The \c font.size and \c font.bold properties are related to fonts and use the 'dot' notation (see \l {declarative}{Declarative UI} ).
+The \c font.size and \c font.bold properties are related to fonts and use the \e 'dot' notation.
The \c anchors.horizontalCenter property refers to the horizontal center of an element. In this case, we specify that our text element should be horizontally centered in the \e Page element.