summaryrefslogtreecommitdiffstats
path: root/src/track
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2020-06-23 00:23:28 +0200
committerGitHub <noreply@github.com>2020-06-23 00:23:28 +0200
commit76ae270fad243d4011200c555a5c06cde567b94e (patch)
treeb25edc002c28b811d90a0677e585b9b8486ade82 /src/track
parenteb778e4e3f9e30394548a22ca85171b1dd1f2c5c (diff)
parent84dfa5b79f778647bf66602454c012967af68dcc (diff)
Merge pull request #2885 from xerus2000/engine-docs
Improve SeekRequest & Cue documentation
Diffstat (limited to 'src/track')
-rw-r--r--src/track/cue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/track/cue.h b/src/track/cue.h
index d7c6d36f9a..6a3aeb8def 100644
--- a/src/track/cue.h
+++ b/src/track/cue.h
@@ -18,7 +18,9 @@ class Cue : public QObject {
Q_OBJECT
public:
+ /// A position value for the cue that signals its position is not set
static constexpr double kNoPosition = -1.0;
+ /// A value for #m_iHotCue signaling it is not a hotcue
static constexpr int kNoHotCue = -1;
Cue();