summaryrefslogtreecommitdiffstats
path: root/src/engine/cuecontrol.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2015-10-11 22:16:43 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2015-10-11 22:16:43 +0200
commit98ed70754f7a248706f943a1630d66b6ee7a796e (patch)
tree341140cc4093fd993fddd985c5ad22b1e90d74bd /src/engine/cuecontrol.h
parent15050ec0b9eb94d6e7b8383bc1ad78c0785463af (diff)
Don't move cue point in DENON mode using *_gotoandplay, Bug #1504934
Diffstat (limited to 'src/engine/cuecontrol.h')
-rw-r--r--src/engine/cuecontrol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/cuecontrol.h b/src/engine/cuecontrol.h
index 226f93a468..ea39d9b251 100644
--- a/src/engine/cuecontrol.h
+++ b/src/engine/cuecontrol.h
@@ -137,6 +137,7 @@ class CueControl : public EngineControl {
ControlObject* m_pQuantizeEnabled;
ControlObject* m_pNextBeat;
ControlObject* m_pClosestBeat;
+ bool m_bypassCueSetByPlay;
const int m_iNumHotCues;
QList<HotcueControl*> m_hotcueControl;