mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Ref T739, make member of CAfvClient a "pointer"
* we can use forward declaration for m_voiceClient * make IContextAudio -> BlackMisc::CIdentifiable * removed delayedInitMicrophone, RR will move it to another place
This commit is contained in:
committed by
Mat Sutcliffe
parent
3bf4eda702
commit
ff33b59683
@@ -15,7 +15,6 @@
|
||||
#include "blackcore/corefacadeconfig.h"
|
||||
#include "blackcore/blackcoreexport.h"
|
||||
#include "blackmisc/network/userlist.h"
|
||||
#include "blackmisc/identifiable.h"
|
||||
|
||||
#include <QHash>
|
||||
#include <QList>
|
||||
@@ -34,8 +33,7 @@ namespace BlackCore
|
||||
{
|
||||
//! Audio context implementation
|
||||
class BLACKCORE_EXPORT CContextAudio :
|
||||
public IContextAudio,
|
||||
public BlackMisc::CIdentifiable
|
||||
public IContextAudio
|
||||
{
|
||||
Q_CLASSINFO("D-Bus Interface", BLACKCORE_CONTEXTAUDIO_INTERFACENAME)
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user