diff options
author | David Boddie <david.boddie@nokia.com> | 2010-10-07 19:15:59 +0200 |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-10-07 19:15:59 +0200 |
commit | 2a4c0afc95d1cbed3161efd43bb781758bc7566d (patch) | |
tree | 318023f1b8b2a25b1d513fbee6027fa01e444748 /doc | |
parent | 6b75ccad5829571eb6df9a0bbb05be2ac1480032 (diff) | |
download | qt4-tools-2a4c0afc95d1cbed3161efd43bb781758bc7566d.tar.gz |
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.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/getting-started/gettingstartedqml.qdoc b/doc/src/getting-started/gettingstartedqml.qdoc index 065628a701..c555627374 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 |