This commit is contained in:
Klaus Basan
2019-04-08 05:02:33 +02:00
committed by Mat Sutcliffe
parent 5e32064d21
commit a9967e2002
4 changed files with 10 additions and 10 deletions

View File

@@ -151,7 +151,7 @@ namespace BlackCore
QSharedPointer<IVoiceChannel> m_channel1;
QSharedPointer<IVoiceChannel> m_channel2;
std::unique_ptr<IAudioOutputDevice> m_voiceOutputDevice;
std::unique_ptr<IAudioInputDevice> m_voiceInputDevice;
std::unique_ptr<IAudioInputDevice> m_voiceInputDevice;
QList<QSharedPointer<IVoiceChannel>> m_unusedVoiceChannels;
QHash<BlackMisc::Aviation::CComSystem::ComUnit, QSharedPointer<IVoiceChannel>> m_voiceChannelMapping;