Added QAudioDecoderControl::sourceChanged signal.

The signal is mentioned in QAudioDecoder but is missing from
QAudioDecoderControl.

Change-Id: I0cd13c53541585098edd02093858501ffb5af1fb
Reviewed-by: Ling Hu <ling.hu@nokia.com>
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
Lev Zelenskiy
2012-02-16 16:46:21 +10:00
committed by Qt by Nokia
parent 696e434129
commit 4c07c6330d
3 changed files with 10 additions and 0 deletions

View File

@@ -173,6 +173,14 @@ QAudioDecoderControl::QAudioDecoderControl(QObject *parent):
Signals that a new buffer is ready for reading.
*/
/*!
\fn QAudioDecoderControl::sourceChanged()
Signals that the current source of the decoder has changed.
\sa sourceFilename(), sourceDevice()
*/
/*!
\fn QAudioDecoderControl::formatChanged(const QAudioFormat &format)