diff options
author | Colin Guthrie <cguthrie@mandriva.org> | 2009-03-22 16:38:57 +0000 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2009-06-17 08:54:13 +0100 |
commit | ddd7d06ddec0ff76df434ce561a8173ebe9db5c5 (patch) | |
tree | 2dff5d50bbaafa937cc88dedad0cf74acc28b04d /src/devicewidget.h | |
parent | dea5d0a0fe353cd2a23bb379605f09011ce240d8 (diff) |
Move the setBaseVolume()/setSteps() methods to devicewidget (problem found after rebasing)
Diffstat (limited to 'src/devicewidget.h')
-rw-r--r-- | src/devicewidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devicewidget.h b/src/devicewidget.h index fcf4e91..90f437b 100644 --- a/src/devicewidget.h +++ b/src/devicewidget.h @@ -50,6 +50,8 @@ public: bool timeoutEvent(); virtual void executeVolumeUpdate(); + virtual void setBaseVolume(pa_volume_t v); + virtual void setSteps(unsigned n); }; #endif |