mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T739, functions to register devices (will be used by DBus/proxy)
This commit is contained in:
committed by
Mat Sutcliffe
parent
fdf4bf6b57
commit
e109106102
@@ -30,7 +30,7 @@ namespace BlackMisc
|
||||
{
|
||||
switch (m)
|
||||
{
|
||||
case QAudio::AudioInput: return InputDevice;
|
||||
case QAudio::AudioInput: return InputDevice;
|
||||
case QAudio::AudioOutput: return OutputDevice;
|
||||
default: break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user