diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-08-09 08:43:46 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-08-09 08:43:46 (GMT) |
commit | 94244ea3c5edf57d4dc258381d37bc99fc23ed0d (patch) | |
tree | 96ca29d49cc2ce664343bcb7405fbe520f059b19 /doc/src | |
parent | 8b0761d942ced89e34a8ee99de10f2f106f19396 (diff) | |
download | Qt-94244ea3c5edf57d4dc258381d37bc99fc23ed0d.zip Qt-94244ea3c5edf57d4dc258381d37bc99fc23ed0d.tar.gz Qt-94244ea3c5edf57d4dc258381d37bc99fc23ed0d.tar.bz2 |
doc: Fixed some qdoc errors.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/declarative/example-slideswitch.qdoc | 2 | ||||
-rwxr-xr-x | doc/src/tutorials/modelview.qdoc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/declarative/example-slideswitch.qdoc b/doc/src/declarative/example-slideswitch.qdoc index f056892..1a40f14 100644 --- a/doc/src/declarative/example-slideswitch.qdoc +++ b/doc/src/declarative/example-slideswitch.qdoc @@ -115,7 +115,7 @@ For more information on scripts see \l{Integrating JavaScript}. At this point, when the switch toggles between the two states the knob will instantly change its \c x position between 1 and 78. In order for the the knob to move smoothly we add a transition that will animate the \c x property with an easing curve for a duration of 200ms. -For more information on transitions see \l{state-transitions}{QML Transitions}. +For more information on transitions see \l{qdeclarativeanimation.html#transitions}{QML Transitions}. \section1 Usage The switch can be used in a QML file, like this: diff --git a/doc/src/tutorials/modelview.qdoc b/doc/src/tutorials/modelview.qdoc index 98096a0..b39a01c 100755 --- a/doc/src/tutorials/modelview.qdoc +++ b/doc/src/tutorials/modelview.qdoc @@ -80,8 +80,8 @@ /*! \page modelview-part1.html - \contentspage {modelview-index.html}{Model/View Contents} - \previouspage {modelview-index.html}{Model/View Contents} + \contentspage {modelview.html}{Model/View Contents} + \previouspage {modelview.html}{Model/View Contents} \nextpage {modelview-part2.html}{Developing a Simple Model/View Application} \title An Introduction to Model/View Programming |