mute city boton momento
This commit is contained in:
parent
6213f9250d
commit
308a0486b6
7 changed files with 50 additions and 7 deletions
|
|
@ -10,6 +10,7 @@ public:
|
|||
EndpointHandler(Endpoint *ept, QObject *parent = nullptr);
|
||||
QString getName();
|
||||
float getVolume(int channel);
|
||||
bool getMute();
|
||||
|
||||
private:
|
||||
Endpoint *ept;
|
||||
|
|
@ -18,8 +19,7 @@ private:
|
|||
|
||||
public slots:
|
||||
void setValue(int channel, int value);
|
||||
|
||||
|
||||
void setMute();
|
||||
//signals:
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue