summaryrefslogtreecommitdiff
path: root/muse/awl/volslider.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse/awl/volslider.h')
-rw-r--r--muse/awl/volslider.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/muse/awl/volslider.h b/muse/awl/volslider.h
index cbea8ca9..22b4000f 100644
--- a/muse/awl/volslider.h
+++ b/muse/awl/volslider.h
@@ -42,8 +42,13 @@ class VolSlider : public Slider {
protected:
virtual void mouseDoubleClickEvent(QMouseEvent*);
+ public slots:
+ virtual void setValue(double v);
+
public:
VolSlider(QWidget* parent = 0);
+
+ virtual double value() const;
};
}