From 2ab7121f08fe12b628848720bb432af43aca0175 Mon Sep 17 00:00:00 2001 From: Be Date: Sat, 5 Jan 2019 16:06:29 -0600 Subject: remove need for lambdas with connectValueChange(Request) and remove old SLOT syntax for ControlProxy::connectValueChangeRequest. That was easier than getting it to play nice with the templating required for the new functor syntax. --- src/engine/bpmcontrol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/bpmcontrol.h') diff --git a/src/engine/bpmcontrol.h b/src/engine/bpmcontrol.h index 5d53225aed..a715179ee0 100644 --- a/src/engine/bpmcontrol.h +++ b/src/engine/bpmcontrol.h @@ -83,8 +83,8 @@ class BpmControl : public EngineControl { void slotControlBeatSyncTempo(double); void slotTapFilter(double,int); void slotBpmTap(double); - void slotUpdateRateSlider(); - void slotUpdateEngineBpm(); + void slotUpdateRateSlider(double v = 0.0); + void slotUpdateEngineBpm(double v = 0.0); void slotUpdatedTrackBeats(); void slotBeatsTranslate(double); void slotBeatsTranslateMatchAlignment(double); -- cgit v1.2.3