Remove SkipMode parameter from QSKIP.
The SkipMode parameter has been removed from the API in qtbase, so it must be in all calls to QSKIP. Task-number: QTBUG-21851, QTBUG-21652 Change-Id: Ib6225572a46eac7881222fdce192750b8b13ee3b Reviewed-by: Steve Schilz <sschilz@pasco.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
23af917dc5
commit
34cdc41a93
@@ -148,7 +148,7 @@ void tst_QAudioInput::initTestCase()
|
||||
QAudioDeviceInfo::availableDevices(QAudio::AudioInput);
|
||||
|
||||
if (devices.size() <= 0)
|
||||
QSKIP("No audio backend", SkipAll);
|
||||
QSKIP("No audio backend");
|
||||
|
||||
audioDevice = QAudioDeviceInfo::defaultInputDevice();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user