summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/movie.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src/movie.qdoc')
-rw-r--r--examples/widgets/doc/src/movie.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/widgets/doc/src/movie.qdoc b/examples/widgets/doc/src/movie.qdoc
index 7b63425f4f..4990ce6603 100644
--- a/examples/widgets/doc/src/movie.qdoc
+++ b/examples/widgets/doc/src/movie.qdoc
@@ -28,9 +28,11 @@
/*!
\example widgets/movie
\title Movie Example
+ \ingroup examples-widgets
+ \brief The Movie example demonstrates how to use QMovie and QLabel to
+ display animations.
- The Movie example demonstrates how to use QMovie and QLabel to
- display animations. QMovie is mostly useful if one wants to play
+ QMovie is mostly useful if one wants to play
a simple animation without the added complexity of a multimedia
framework to install and deploy.