diff options
author | David Boddie <david.boddie@nokia.com> | 2010-09-14 16:14:24 +0200 |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-09-14 16:14:24 +0200 |
commit | b82889e235b0ad7fc85a0d4c7bada4e82b930c02 (patch) | |
tree | 7e1dae47deb67d5b68645d90c879543ccad0c786 /doc/src/getting-started/gettingstartedqml.qdoc | |
parent | cf5d53ac1dc1fa71d32ba199717fcf12fdef185c (diff) | |
download | qt4-tools-b82889e235b0ad7fc85a0d4c7bada4e82b930c02.tar.gz |
Doc: More work on the QML documentation.
Diffstat (limited to 'doc/src/getting-started/gettingstartedqml.qdoc')
-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 1003eee151..a5e45d9a05 100644 --- a/doc/src/getting-started/gettingstartedqml.qdoc +++ b/doc/src/getting-started/gettingstartedqml.qdoc @@ -530,7 +530,7 @@ the \c drawer, and the drawer's icon will undergo property changes to meet the current state. - \snippet examples/tutorial/gettingStarted/gsQml/texteditor.qml states + \snippet examples/tutorials/gettingStarted/gsQml/texteditor.qml states State changes are abrupt and needs smoother transitions. Transitions between states are defined using the \l {Transition}{Transition} element, which can then bind to |