mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Added with() and withValidation() methods in CLogCategoryList.
This commit is contained in:
@@ -179,7 +179,7 @@ namespace BlackCore
|
||||
Q_ASSERT(m_voice);
|
||||
if (m_debugEnabled) { CLogMessage(this, CLogCategory::contextSlot()).debug() << Q_FUNC_INFO; }
|
||||
CAudioDeviceInfoList devices = m_voiceOutputDevice->getOutputDevices();
|
||||
devices = devices.join(m_voiceInputDevice->getInputDevices());
|
||||
devices.push_back(m_voiceInputDevice->getInputDevices());
|
||||
return devices;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user