summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/movie.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/movie.qdoc')
-rw-r--r--doc/src/examples/movie.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/examples/movie.qdoc b/doc/src/examples/movie.qdoc
index bd5726c..4f31674 100644
--- a/doc/src/examples/movie.qdoc
+++ b/doc/src/examples/movie.qdoc
@@ -29,8 +29,10 @@
\example widgets/movie
\title Movie Example
- The Movie example demonstrates how to use QMovie and QLabel to
- display animations. Now that Qt comes with the \l{Phonon multimedia
+ \brief The Movie example demonstrates how to use QMovie and QLabel to
+ display animations.
+
+ Now that Qt comes with the \l{Phonon multimedia
framework} {Phonon multimedia framework}, QMovie is mostly
useful if one wants to play a simple animation without the added
complexity of a multimedia framework to install and deploy.