more code cleanup; changed define for channel enum
This commit is contained in:
parent
831dceb89a
commit
03e726f3e6
4 changed files with 20 additions and 24 deletions
|
|
@ -68,8 +68,8 @@ public:
|
|||
std::vector<QLabel*> channelLabels;
|
||||
QGridLayout *layout = nullptr;
|
||||
QGridLayout *mainMuteLayout = nullptr;
|
||||
void updateMainVolume(float newValue);
|
||||
void updateChannelVolume(uint32_t channel, float newValue);
|
||||
//void updateMainVolume(float newValue);
|
||||
void updateVolume(uint32_t channel, float newValue);
|
||||
void updateMute(bool muted);
|
||||
//void toggleFrontEvents(bool active);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue