diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-17 17:44:05 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-17 17:44:05 +0200 |
commit | cce58a93617507a4f2e6927de4445e30b7b46617 (patch) | |
tree | 5b6fb81171028d46c3a147275a74226444133809 /plugingui/slider.h | |
parent | 5186102ef5f44b72f655528a45df9f0fa5c49545 (diff) |
Connected streaming controls.
Diffstat (limited to 'plugingui/slider.h')
-rw-r--r-- | plugingui/slider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/slider.h b/plugingui/slider.h index ff2db29..3398bb4 100644 --- a/plugingui/slider.h +++ b/plugingui/slider.h @@ -58,6 +58,7 @@ public: void setColour(Colour colour); Notifier<> clickNotifier; + Notifier<float> valueChangedNotifier; // (float value) protected: virtual void repaintEvent(RepaintEvent* repaintEvent) override; |