| 381 | } |
| 382 | |
| 383 | QAudioDevice AudioDeviceChangeDialog::selectedInputDevice() const |
| 384 | { |
| 385 | return selectedDevice(m_inputList, m_inputDevices); |
| 386 | } |
| 387 | |
| 388 | QAudioDevice AudioDeviceChangeDialog::selectedOutputDevice() const |
| 389 | { |
no outgoing calls
no test coverage detected