summaryrefslogtreecommitdiffstats
path: root/src/track/cue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/track/cue.h')
-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();