fixed overload funcs and connect()

This commit is contained in:
Hane 2023-08-12 19:48:22 +02:00
commit c5eed2774d
3 changed files with 4 additions and 4 deletions

View file

@ -68,7 +68,7 @@ public:
QSlider *rightChannelSlider = nullptr;
QGridLayout *layout = nullptr;
QGridLayout *mainMuteLayout = nullptr;
void updateMuteC(bool muted);
void updateMute(bool muted);
//void populateEndpointWidget(EndpointHandler *eph);
//void setEndpointHandlers(std::vector<EndpointHandler*> *ephs);
public slots: