From 9aaa3a6fe46a97b7f9bb9a16310cfaf447521935 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Mon, 26 Jan 2015 11:48:44 -0800 Subject: [PATCH] Temporarily re-enable audio selection on Windows This is to test current behavior on different users' PCs before re-enabling permanently. --- interface/src/Audio.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/interface/src/Audio.cpp b/interface/src/Audio.cpp index ce50e093e4..c7ba02700f 100644 --- a/interface/src/Audio.cpp +++ b/interface/src/Audio.cpp @@ -118,7 +118,9 @@ void Audio::audioMixerKilled() { QAudioDeviceInfo getNamedAudioDeviceForMode(QAudio::Mode mode, const QString& deviceName) { QAudioDeviceInfo result; -#ifdef WIN32 +// Temporarily enable audio device selection in Windows again to test how it behaves now +//#ifdef WIN32 +#if FALSE // NOTE // this is a workaround for a windows only QtBug https://bugreports.qt-project.org/browse/QTBUG-16117 // static QAudioDeviceInfo objects get deallocated when QList objects go out of scope