diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/examples/qml-examples.qdoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc index 1b9c45b..f83a8fa 100644 --- a/doc/src/examples/qml-examples.qdoc +++ b/doc/src/examples/qml-examples.qdoc @@ -28,17 +28,17 @@ /*! \title Animation: Basics Example \example declarative/animation/basics/color-animation - - \brief This example shows how to create and combine \l{QML Animation}{animations} in QML. + \depends helper/qmlapplicationviewer + + \brief This example shows how to create and combine \l{QML Animation}{animations} in QML. \table \row \o \image qml-coloranim-example.png \row \o color-animation.qml - \endtable - -*/ + \endtable +*/ /*! \title Animation: Basics Property Animation Example |