From 9e389da2e1c46906df9f1427af4dc311e4ac64e5 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Fri, 25 Sep 2009 16:33:03 +0200 Subject: Doc: Added a note about Phonon. Reviewed-by: Trust Me --- src/gui/image/qmovie.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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, -- cgit v0.12