summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform/qplatformaudiodecoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/platform/qplatformaudiodecoder.cpp')
-rw-r--r--src/multimedia/platform/qplatformaudiodecoder.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/multimedia/platform/qplatformaudiodecoder.cpp b/src/multimedia/platform/qplatformaudiodecoder.cpp
index 82c769f31..c5c1ca667 100644
--- a/src/multimedia/platform/qplatformaudiodecoder.cpp
+++ b/src/multimedia/platform/qplatformaudiodecoder.cpp
@@ -109,8 +109,7 @@ QPlatformAudioDecoder::QPlatformAudioDecoder(QAudioDecoder *parent)
Stops playback of the current media and discards any buffers.
- If successful the player control will immediately enter the \l {QAudioDecoder::StoppedState}
- {stopped} state.
+ If successful, the player control will immediately stop decoding.
*/
/*!
@@ -172,8 +171,6 @@ void QPlatformAudioDecoder::sourceChanged()
\fn QPlatformAudioDecoder::formatChanged(const QAudioFormat &format)
Signals that the current audio format of the decoder has changed to \a format.
-
- \sa audioFormat(), setAudioFormat()
*/
void QPlatformAudioDecoder::formatChanged(const QAudioFormat &format)
{