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:
committed by
Qt by Nokia
parent
696e434129
commit
4c07c6330d
@@ -149,6 +149,7 @@ QAudioDecoder::QAudioDecoder(QObject *parent)
|
||||
connect(d->control, SIGNAL(error(int,QString)), SLOT(_q_error(int,QString)));
|
||||
|
||||
connect(d->control, SIGNAL(formatChanged(QAudioFormat)), SIGNAL(formatChanged(QAudioFormat)));
|
||||
connect(d->control, SIGNAL(sourceChanged()), SIGNAL(sourceChanged()));
|
||||
connect(d->control, SIGNAL(bufferReady()), this, SIGNAL(bufferReady()));
|
||||
connect(d->control ,SIGNAL(bufferAvailableChanged(bool)), this, SIGNAL(bufferAvailableChanged(bool)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user