summaryrefslogtreecommitdiffstats
path: root/src/widget/woverview.h
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2019-12-17 23:45:02 +0100
committerGitHub <noreply@github.com>2019-12-17 23:45:02 +0100
commit6207c110dc2f540ee9d6cb07fb2b023cc4e9baff (patch)
treeaf39b6f0f3836524952836aa0fd511c0065a106b /src/widget/woverview.h
parent272eec7abf3b5685339f5ac7cbb4981a166444db (diff)
parentbeb6f0ea50761af471502e593c10ed2e0d3159fc (diff)
Merge pull request #2380 from daschuer/PR1765_followup
Fix todo from #1765
Diffstat (limited to 'src/widget/woverview.h')
-rw-r--r--src/widget/woverview.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/widget/woverview.h b/src/widget/woverview.h
index ed856154ff..4837b89f00 100644
--- a/src/widget/woverview.h
+++ b/src/widget/woverview.h
@@ -97,7 +97,7 @@ class WOverview : public WWidget, public TrackDropTarget {
void onMarkChanged(double v);
void onMarkRangeChange(double v);
- void onRateSliderChange(double v);
+ void onRateRatioChange(double v);
void receiveCuesUpdated();
void slotWaveformSummaryUpdated();
@@ -132,9 +132,7 @@ class WOverview : public WWidget, public TrackDropTarget {
UserSettingsPointer m_pConfig;
ControlProxy* m_endOfTrackControl;
bool m_endOfTrack;
- ControlProxy* m_pRateDirControl;
- ControlProxy* m_pRateRangeControl;
- ControlProxy* m_pRateSliderControl;
+ ControlProxy* m_pRateRatioControl;
ControlProxy* m_trackSampleRateControl;
ControlProxy* m_trackSamplesControl;
ControlProxy* m_playpositionControl;