diff options
| author | mio <stigma@disroot.org> | 2025-04-18 18:44:03 +1000 |
|---|---|---|
| committer | mio <stigma@disroot.org> | 2025-05-11 16:52:29 +1000 |
| commit | 6d6bea81dc67fbebfc64a5614e0bc2df73c0025d (patch) | |
| tree | 8ba1df25bbd6b4a330141aca2ec43b995700f1c6 /src/app/volumeAction.h | |
| parent | 27a20e43a143ac2dbeaa0f0441f829f1a5afe6d3 (diff) | |
| download | codeine-6d6bea81.tar.gz codeine-6d6bea81.zip | |
Add mute checkbox to volume slider
Part of https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/5
Signed-off-by: mio <stigma@disroot.org>
(cherry picked from commit d9afd6ce2b504f61945b021a427ea469285d19f9)
Diffstat (limited to 'src/app/volumeAction.h')
| -rw-r--r-- | src/app/volumeAction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/volumeAction.h b/src/app/volumeAction.h index 2645355..4012f85 100644 --- a/src/app/volumeAction.h +++ b/src/app/volumeAction.h @@ -18,6 +18,7 @@ class VolumeAction : public TDEToggleAction virtual int plug( TQWidget*, int ); public slots: + void setMuted(bool mute); // Update Slider and Label to \a volume void setVolume(int volume); |
