mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 20:40:29 +08:00
[AFV] CContextAudio::m_voiceClient is a raw pointer, and CAfvClient doesn't have a parent
This commit is contained in:
@@ -63,7 +63,7 @@ namespace BlackCore
|
||||
Q_ENUM(ConnectionStatus)
|
||||
|
||||
//! Ctor
|
||||
CAfvClient(const QString &apiServer, QObject *parent = nullptr);
|
||||
CAfvClient(const QString &apiServer, QObject *owner);
|
||||
|
||||
//! Dtor
|
||||
virtual ~CAfvClient() override { this->stopAudio(); }
|
||||
|
||||
Reference in New Issue
Block a user