diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-02-22 19:01:22 +0200 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-06-10 16:04:20 +0300 |
commit | d4ed0297e4b918ab67a1d1cd2337c307bb16caa2 (patch) | |
tree | b005d28b1d00bc8619c6bcd8e15778e332ec07c8 /app/mixer.hpp | |
parent | 0f19df88ec387747300c9da05987f794a19461cc (diff) |
Modify mixer to use the new pipewire audiomixer binding
Bug-AGL: SPEC-2473
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Change-Id: I45595d6bde1b710fb81216676c3f8a390f4e5737
Diffstat (limited to 'app/mixer.hpp')
-rw-r--r-- | app/mixer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/mixer.hpp b/app/mixer.hpp index 73f31fc..545553d 100644 --- a/app/mixer.hpp +++ b/app/mixer.hpp @@ -42,7 +42,6 @@ public: Q_INVOKABLE void open(const QUrl& url); Q_INVOKABLE QList<QObject*> roles() const; - Q_INVOKABLE void getRoleVolume(AudioRole* role); Q_INVOKABLE void setRoleVolume(AudioRole* role); signals: @@ -50,6 +49,7 @@ signals: void volumeChanged(const QString& name, int value); private slots: + void parseControls(const QJsonValue & v); void onClientConnected(); void onClientDisconnected(); void onClientError(QAbstractSocket::SocketError se); |