summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/poslabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/widgets/poslabel.h')
-rw-r--r--muse2/muse/widgets/poslabel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/muse2/muse/widgets/poslabel.h b/muse2/muse/widgets/poslabel.h
index 29c5297d..7be236ec 100644
--- a/muse2/muse/widgets/poslabel.h
+++ b/muse2/muse/widgets/poslabel.h
@@ -15,10 +15,12 @@
//---------------------------------------------------------
class PosLabel : public QLabel {
+ Q_OBJECT
+
bool _smpte;
unsigned _tickValue;
unsigned _sampleValue;
- Q_OBJECT
+
void updateValue();