mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
[AFV] CContextAudio::m_voiceClient is a raw pointer, and CAfvClient doesn't have a parent
This commit is contained in:
@@ -38,8 +38,8 @@ namespace BlackCore
|
||||
return cats;
|
||||
}
|
||||
|
||||
CAfvClient::CAfvClient(const QString &apiServer, QObject *parent) :
|
||||
CContinuousWorker(parent, "CAfvClient"),
|
||||
CAfvClient::CAfvClient(const QString &apiServer, QObject *owner) :
|
||||
CContinuousWorker(owner, "CAfvClient"),
|
||||
m_connection(new CClientConnection(apiServer, this)),
|
||||
m_input(new CInput(SampleRate, this)),
|
||||
m_output(new Output(this)),
|
||||
|
||||
Reference in New Issue
Block a user