mute city boton momento

This commit is contained in:
Hane 2023-02-16 20:34:54 +01:00
commit 308a0486b6
7 changed files with 50 additions and 7 deletions

View file

@ -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: