mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:49:12 +02:00
typo
This commit is contained in:
parent
4f009d884f
commit
87afa636a2
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ void AudioClient::checkDevices() {
|
||||||
auto outputDevices = getAvailableDevices(QAudio::AudioOutput, hmdOutputName);
|
auto outputDevices = getAvailableDevices(QAudio::AudioOutput, hmdOutputName);
|
||||||
|
|
||||||
static const QMetaMethod devicesChangedSig= QMetaMethod::fromSignal(&AudioClient::devicesChanged);
|
static const QMetaMethod devicesChangedSig= QMetaMethod::fromSignal(&AudioClient::devicesChanged);
|
||||||
//only emit once the scripting interface has connecte to the signal
|
//only emit once the scripting interface has connected to the signal
|
||||||
if (isSignalConnected(devicesChangedSig)) {
|
if (isSignalConnected(devicesChangedSig)) {
|
||||||
Lock lock(_deviceMutex);
|
Lock lock(_deviceMutex);
|
||||||
if (inputDevices != _inputDevices) {
|
if (inputDevices != _inputDevices) {
|
||||||
|
|
Loading…
Reference in a new issue