Temporarily re-enable audio selection on Windows

This is to test current behavior on different users' PCs before
re-enabling permanently.
This commit is contained in:
David Rowe 2015-01-26 11:48:44 -08:00
parent 18e0a91ea8
commit 9aaa3a6fe4

View file

@ -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<QAudioDevieInfo> objects go out of scope