diff options
author | David Boddie <david.boddie@nokia.com> | 2011-01-26 15:57:04 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-01-26 15:57:04 (GMT) |
commit | c5bd324a9216e37e907e9c85c0fe96b58772eaa2 (patch) | |
tree | 19c26ebbb7eed05b46a45ec22ee2cd5ce4c61365 /doc/src/examples | |
parent | fd399bcd1c55e6e4b7ecab856167599e5a9d153c (diff) | |
download | Qt-c5bd324a9216e37e907e9c85c0fe96b58772eaa2.zip Qt-c5bd324a9216e37e907e9c85c0fe96b58772eaa2.tar.gz Qt-c5bd324a9216e37e907e9c85c0fe96b58772eaa2.tar.bz2 |
Doc: Fixed qdoc warnings about broken links.
Diffstat (limited to 'doc/src/examples')
-rw-r--r-- | doc/src/examples/qml-examples.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc index 46af110..cd1bbe7 100644 --- a/doc/src/examples/qml-examples.qdoc +++ b/doc/src/examples/qml-examples.qdoc @@ -68,7 +68,7 @@ \title Animation: States Example \example declarative/animation/states - These examples show how to use \l{States}{states} and \l{Transitions}{transitions}. + These examples show how to use \l{State}{states} and \l{Transition}{transitions}. The \c states.qml example shows how an item can change between states, and \c transitions.qml shows how these state changes can be animated. @@ -664,7 +664,7 @@ This example shows how to create a tab widget. It also demonstrates how \l {Property aliases}{property aliases} and - \l {Default Properties}{default properties} can be used to collect and + \l {Introduction to the QML Language#Default Properties}{default properties} can be used to collect and assemble the child items declared within an \l Item. \image qml-tabwidget-example.png |