diff options
Diffstat (limited to 'muse2/awl/tempolabel.h')
-rw-r--r-- | muse2/awl/tempolabel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/muse2/awl/tempolabel.h b/muse2/awl/tempolabel.h index df9abfcd..b7df6b56 100644 --- a/muse2/awl/tempolabel.h +++ b/muse2/awl/tempolabel.h @@ -30,9 +30,10 @@ namespace Awl { //--------------------------------------------------------- class TempoLabel : public QLabel { + Q_OBJECT double _value; - Q_OBJECT + protected: QSize sizeHint() const; |