mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
[AFV] CContextAudio::m_voiceClient is a raw pointer, and CAfvClient doesn't have a parent
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user