Remove mentioning of Phonon.

Change-Id: I78ce6d42ee043a35b520bf8567a1874cf8e2e43e
Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
This commit is contained in:
Frederik Gladhorn 2012-08-24 23:23:28 +02:00 committed by Qt by Nokia
parent d3dfe55fd4
commit 757709f0d5

View File

@ -30,10 +30,9 @@
\title Movie Example \title Movie Example
The Movie example demonstrates how to use QMovie and QLabel to The Movie example demonstrates how to use QMovie and QLabel to
display animations. Now that Qt comes with the \l{Phonon multimedia display animations. QMovie is mostly useful if one wants to play
framework} {Phonon multimedia framework}, QMovie is mostly a simple animation without the added complexity of a multimedia
useful if one wants to play a simple animation without the added framework to install and deploy.
complexity of a multimedia framework to install and deploy.
\image movie-example.png \image movie-example.png
*/ */