summaryrefslogtreecommitdiffstats
path: root/src/engine/cuecontrol.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2016-11-14 20:54:52 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2016-11-14 20:54:52 +0100
commite727ddff5e1e7374b66a442711634a87a1029be6 (patch)
treee4554e1f96a1bf983d291a5cdde178f22fc971e2 /src/engine/cuecontrol.h
parent43fce0635cb390a057a115722835c0bd251aa12f (diff)
Added and use isPlayingByPlayButton() to fix bug #1641703
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 29c5fa1b91..d692f81b26 100644
--- a/src/engine/cuecontrol.h
+++ b/src/engine/cuecontrol.h
@@ -91,6 +91,7 @@ class CueControl : public EngineControl {
bool updateIndicatorsAndModifyPlay(bool newPlay, bool playPossible);
void updateIndicators();
bool isTrackAtCue();
+ bool isPlayingByPlayButton();
bool getPlayFlashingAtPause();
public slots: