summaryrefslogtreecommitdiffstats
path: root/src/engine/cuecontrol.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2013-09-05 22:19:48 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2013-09-05 22:19:48 +0200
commit06bb88d601ba1c96d95755deec443a76dbb9f4d0 (patch)
tree5d8c9a9a8f767b965c885484be06cbe9e11aceac /src/engine/cuecontrol.h
parent795ac674ad5198f91d55e57f47a4d1d28ee72fbe (diff)
removed not working m_pPlayButton connection
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 4beee97694..764b56eafa 100644
--- a/src/engine/cuecontrol.h
+++ b/src/engine/cuecontrol.h
@@ -87,6 +87,7 @@ class CueControl : public EngineControl {
virtual ~CueControl();
virtual void hintReader(QVector<Hint>* pHintList);
+ void playFromCuePreview(double v);
public slots:
void trackLoaded(TrackPointer pTrack);
@@ -112,7 +113,6 @@ class CueControl : public EngineControl {
void cuePreview(double v);
void cueCDJ(double v);
void cueDefault(double v);
- void playFromCuePreview(double v);
private:
// These methods are not thread safe, only call them when the lock is held.