Documentation tweaks.

Mostly move widgets classes into the QtMultimediaWidgets module, but
also mark a few mostly internal playlist classes as \internal.  A few other
tweaks.

Change-Id: If0e376410bf2187cafb24f583108c6beb7b910a9
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
Michael Goddard
2012-02-06 15:49:54 +10:00
committed by Qt by Nokia
parent 51ca5582c2
commit c0fd63d143
11 changed files with 72 additions and 9 deletions

View File

@@ -46,7 +46,7 @@
/*!
\class QSound
\brief The QSound class provides a way to play .wav sound files.
\brief The QSound class provides a method to play .wav sound files.
\ingroup multimedia
\ingroup multimedia_audio
@@ -74,6 +74,10 @@
static play() function, but it may also play more immediately
(depending on the underlying platform audio facilities).
If you require finer control over playing sounds, consider the
\l QSoundEffect or \l QAudioOutput classes.
\sa QSoundEffect
*/