summaryrefslogtreecommitdiffstats
path: root/src/engine/cuecontrol.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2013-09-30 22:58:16 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2013-09-30 22:58:16 +0200
commitce716af2315c435796ce223df0838024b3141a22 (patch)
tree25ba69069e8d177dbbab39b0e8db8fb86ff985d0 /src/engine/cuecontrol.h
parentb82496f8c0f0ca813c145625f90c8e3a5aa04379 (diff)
reduced the cue indicator update rate to 100ms
Diffstat (limited to 'src/engine/cuecontrol.h')
-rw-r--r--src/engine/cuecontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/cuecontrol.h b/src/engine/cuecontrol.h
index f24f3bbf87..1ef4abd654 100644
--- a/src/engine/cuecontrol.h
+++ b/src/engine/cuecontrol.h
@@ -89,7 +89,7 @@ class CueControl : public EngineControl {
virtual void hintReader(QVector<Hint>* pHintList);
double updateIndicatorsAndModifyPlay(double play, bool playPossible);
- virtual void setCurrentSample(const double dCurrentSample, const double dTotalSamples);
+ void updateIndicators();
bool isTrackAtCue();
bool getPlayFlashingAtPause();