mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +08:00
[AFV] Ref T739, remove implementation details from IContextAudio to keep the DBus interface "pure"
* This was an approach to avoid registration of "local signals" * that part DID NOT work as planned, as all object's signals are registered * the refactoring itself nevertheless is NOT a bad idea and has been kept * as the audio context has this special "concept" and CAfvClient can run on both sides (proxy AND impl.side)
This commit is contained in:
@@ -32,8 +32,7 @@ namespace BlackCore
|
||||
namespace Context
|
||||
{
|
||||
//! Audio context implementation
|
||||
class BLACKCORE_EXPORT CContextAudio :
|
||||
public IContextAudio
|
||||
class BLACKCORE_EXPORT CContextAudio : public CContextAudioBase
|
||||
{
|
||||
Q_CLASSINFO("D-Bus Interface", BLACKCORE_CONTEXTAUDIO_INTERFACENAME)
|
||||
Q_OBJECT
|
||||
@@ -42,7 +41,7 @@ namespace BlackCore
|
||||
friend class IContextAudio;
|
||||
|
||||
public slots:
|
||||
// Interface implementations
|
||||
// Interface implementations for DBus
|
||||
//! \publicsection
|
||||
//! @{
|
||||
virtual void registerDevices(const BlackMisc::Audio::CAudioDeviceInfoList &devices) override;
|
||||
|
||||
Reference in New Issue
Block a user