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