summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qmovie.cpp
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-09-25 14:33:03 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-09-25 14:40:33 (GMT)
commit9e389da2e1c46906df9f1427af4dc311e4ac64e5 (patch)
tree3e593fad958c1f4fcd855adcb937a8f8e31860e4 /src/gui/image/qmovie.cpp
parent64a17b5b280000058f9af38e26bc9beca1bd15bd (diff)
downloadQt-9e389da2e1c46906df9f1427af4dc311e4ac64e5.zip
Qt-9e389da2e1c46906df9f1427af4dc311e4ac64e5.tar.gz
Qt-9e389da2e1c46906df9f1427af4dc311e4ac64e5.tar.bz2
Doc: Added a note about Phonon.
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/image/qmovie.cpp')
-rw-r--r--src/gui/image/qmovie.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/image/qmovie.cpp b/src/gui/image/qmovie.cpp
index 48aee1c..42b8dea 100644
--- a/src/gui/image/qmovie.cpp
+++ b/src/gui/image/qmovie.cpp
@@ -47,6 +47,10 @@
\ingroup painting
+ This class is used to show simple animations without sound. If you want
+ to display video and media content, use the \l{Phonon Module}{Phonon}
+ multimedia framework instead.
+
First, create a QMovie object by passing either the name of a file or a
pointer to a QIODevice containing an animated image format to QMovie's
constructor. You can call isValid() to check if the image data is valid,