[AFV] CContextAudio::m_voiceClient is a raw pointer, and CAfvClient doesn't have a parent

This commit is contained in:
Mat Sutcliffe
2019-10-10 20:46:35 +01:00
parent 2468b2ee49
commit b929eb442a
4 changed files with 11 additions and 10 deletions

View File

@@ -260,7 +260,7 @@ namespace BlackCore
BlackMisc::CSetting<Audio::TOutputDevice> m_outputDeviceSetting { this, &IContextAudio::changeDeviceSettings };
// AFV
QScopedPointer<Afv::Clients::CAfvClient> m_voiceClient;
Afv::Clients::CAfvClient *m_voiceClient = nullptr;
// Players
BlackSound::CSelcalPlayer *m_selcalPlayer = nullptr;