# HG changeset patch # User Chris Cannam # Date 1552052228 0 # Node ID cf5196881e3eeddb87d652ba875d4e2dc2459a66 # Parent 2f9deb8d3295798ac6c48170cc64f029ec207954# Parent f594fd24947333616128358a85211c8271e908c9 Merge diff -r f594fd249473 -r cf5196881e3e base/Event.h --- a/base/Event.h Fri Mar 08 12:59:32 2019 +0000 +++ b/base/Event.h Fri Mar 08 13:37:08 2019 +0000 @@ -112,7 +112,8 @@ p.m_duration = 0; return p; } - + + bool hasLabel() const { return m_label != QString(); } QString getLabel() const { return m_label; } Event withLabel(QString label) const {