summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/tutorial1.qdoc
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-13 04:12:08 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-13 04:12:08 (GMT)
commit6762b13d07d759d150a87efa9b2724d7f8955f62 (patch)
treeed4de878da928f523776741cf3e96a11cd2f9e30 /doc/src/declarative/tutorial1.qdoc
parent2c36d7c63fc88b1f06582884fd3ea0b26534a2cd (diff)
downloadQt-6762b13d07d759d150a87efa9b2724d7f8955f62.zip
Qt-6762b13d07d759d150a87efa9b2724d7f8955f62.tar.gz
Qt-6762b13d07d759d150a87efa9b2724d7f8955f62.tar.bz2
Doc
Diffstat (limited to 'doc/src/declarative/tutorial1.qdoc')
-rw-r--r--doc/src/declarative/tutorial1.qdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/declarative/tutorial1.qdoc b/doc/src/declarative/tutorial1.qdoc
index ad454f2..f7e44b0 100644
--- a/doc/src/declarative/tutorial1.qdoc
+++ b/doc/src/declarative/tutorial1.qdoc
@@ -1,6 +1,5 @@
/*!
\page tutorial1.html
-\target tutorial1
\title Tutorial 1 - Basic Types
This first program is a very simple "Hello world" example that introduces some basic QML concepts.
@@ -52,6 +51,6 @@ For example, to run the provided completed Tutorial 1 example from the install l
bin/qmlviewer $QTDIR/examples/declarative/tutorials/helloworld/tutorial1.qml
\endcode
-[\l tutorial] [Next: \l tutorial2]
+[\l {Tutorial}] [Next: \l {Tutorial 2 - QML Component}]
*/