diff options
author | Martin Smith <msmith@trolltech.com> | 2009-10-01 12:45:49 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-10-01 12:47:23 (GMT) |
commit | d2d4fa3365beecc6fe1dca7bcffb8a9167fa991d (patch) | |
tree | 04444b4ada94519425de9bb530a55320ce4e4736 /src/3rdparty/phonon/mmf/videooutput.cpp | |
parent | 7dd756f010ee871f2e4eec10d36414969de98997 (diff) | |
download | Qt-d2d4fa3365beecc6fe1dca7bcffb8a9167fa991d.zip Qt-d2d4fa3365beecc6fe1dca7bcffb8a9167fa991d.tar.gz Qt-d2d4fa3365beecc6fe1dca7bcffb8a9167fa991d.tar.bz2 |
qdoc: Marked some undocumented Phonon classes internal
Diffstat (limited to 'src/3rdparty/phonon/mmf/videooutput.cpp')
-rw-r--r-- | src/3rdparty/phonon/mmf/videooutput.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/mmf/videooutput.cpp b/src/3rdparty/phonon/mmf/videooutput.cpp index e51fbcf..041b0a8 100644 --- a/src/3rdparty/phonon/mmf/videooutput.cpp +++ b/src/3rdparty/phonon/mmf/videooutput.cpp @@ -36,6 +36,10 @@ QT_BEGIN_NAMESPACE using namespace Phonon; using namespace Phonon::MMF; +/*! \class MMF::VideoOutput + \internal +*/ + //----------------------------------------------------------------------------- // Constructor / destructor //----------------------------------------------------------------------------- |