mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-27 10:18:46 +02:00
TEST FOR MAC CRASH ON COMPLETION OF TESTS
This commit is contained in:
parent
1dcddb9541
commit
9b66c14f9f
1 changed files with 1 additions and 0 deletions
|
@ -675,6 +675,7 @@ void AudioClient::start() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void AudioClient::stop() {
|
void AudioClient::stop() {
|
||||||
|
return;
|
||||||
qCDebug(audioclient) << "AudioClient::stop(), requesting switchInputToAudioDevice() to shut down";
|
qCDebug(audioclient) << "AudioClient::stop(), requesting switchInputToAudioDevice() to shut down";
|
||||||
switchInputToAudioDevice(QAudioDeviceInfo(), true);
|
switchInputToAudioDevice(QAudioDeviceInfo(), true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue