summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-08-24 23:23:28 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-27 10:37:01 +0200
commit757709f0d5fc240fd777adc62bef147865d64508 (patch)
tree3589cacd1c9179df2980f1bfc5b492ff14d5b485 /examples/widgets
parentd3dfe55fd412c1e3f15fb85cb7f1abc309f0d9b7 (diff)
Remove mentioning of Phonon.
Change-Id: I78ce6d42ee043a35b520bf8567a1874cf8e2e43e Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/doc/movie.qdoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/widgets/doc/movie.qdoc b/examples/widgets/doc/movie.qdoc
index 0d8f04b460..5bceef56d5 100644
--- a/examples/widgets/doc/movie.qdoc
+++ b/examples/widgets/doc/movie.qdoc
@@ -30,10 +30,9 @@
\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
- 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.
+ display animations. QMovie is mostly useful if one wants to play
+ a simple animation without the added complexity of a multimedia
+ framework to install and deploy.
\image movie-example.png
*/