summaryrefslogtreecommitdiffstats
path: root/doc/src/getting-started
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2010-10-06 11:45:24 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2010-10-06 11:45:24 (GMT)
commitd20d4837b4ed27f786b5b181ebd003e5274cffae (patch)
tree1a254718931fe10bdf060490243a769956fcc797 /doc/src/getting-started
parent64b2aba90b86a62be961dc7fc77aa6b37915e144 (diff)
parenteaef6f8b4a7ad637a59b4fe2ec623d26a7cae96f (diff)
downloadQt-d20d4837b4ed27f786b5b181ebd003e5274cffae.zip
Qt-d20d4837b4ed27f786b5b181ebd003e5274cffae.tar.gz
Qt-d20d4837b4ed27f786b5b181ebd003e5274cffae.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'doc/src/getting-started')
-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 0da8f53..0ebb448 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/part0/Button.qml document
+ \snippet examples/tutorials/gettingStarted/gsQml/core/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