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/utils.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/utils.cpp')
-rw-r--r-- | src/3rdparty/phonon/mmf/utils.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/mmf/utils.cpp b/src/3rdparty/phonon/mmf/utils.cpp index 2956722..3bd6d74 100644 --- a/src/3rdparty/phonon/mmf/utils.cpp +++ b/src/3rdparty/phonon/mmf/utils.cpp @@ -24,6 +24,18 @@ QT_BEGIN_NAMESPACE using namespace Phonon; using namespace Phonon::MMF; +/*! \class MMF::Utils + \internal +*/ + +/*! \class MMF::TTraceContext + \internal +*/ + +/*! \class MMF::Utils + \internal +*/ + _LIT(PanicCategory, "Phonon::MMF"); void MMF::Utils::panic(PanicCode code) |