summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-10-07 17:15:59 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-10-07 17:15:59 (GMT)
commit2a4c0afc95d1cbed3161efd43bb781758bc7566d (patch)
tree318023f1b8b2a25b1d513fbee6027fa01e444748 /doc
parent6b75ccad5829571eb6df9a0bbb05be2ac1480032 (diff)
downloadQt-2a4c0afc95d1cbed3161efd43bb781758bc7566d.zip
Qt-2a4c0afc95d1cbed3161efd43bb781758bc7566d.tar.gz
Qt-2a4c0afc95d1cbed3161efd43bb781758bc7566d.tar.bz2
Doc: Fixed snippet reference for the Getting Started QML guide.
Related to change 96226ad15202770f72e257d1a75654be9582326c.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/getting-started/gettingstartedqml.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/getting-started/gettingstartedqml.qdoc b/doc/src/getting-started/gettingstartedqml.qdoc
index 065628a..c555627 100644
--- a/doc/src/getting-started/gettingstartedqml.qdoc
+++ b/doc/src/getting-started/gettingstartedqml.qdoc
@@ -81,7 +81,7 @@
In QML, the basic visual item is the \l {Rectangle}{Rectangle} element. The
\c Rectangle element has properties to control the element's appearance and location.
- \snippet examples/tutorials/gettingStarted/gsQml/core/Button.qml document
+ \snippet examples/tutorials/gettingStarted/gsQml/parts/part0/Button.qml document
First, the \c { import QtQuick 1.0 } allows the qmlviewer tool to import the QML elements
we will later use. This line must exist for every QML file. Notice that the version