diff options
Diffstat (limited to 'muse2/awl/pitchlabel.h')
-rw-r--r-- | muse2/awl/pitchlabel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/muse2/awl/pitchlabel.h b/muse2/awl/pitchlabel.h index e5c34dba..a09d1ced 100644 --- a/muse2/awl/pitchlabel.h +++ b/muse2/awl/pitchlabel.h @@ -30,9 +30,11 @@ namespace Awl { //--------------------------------------------------------- class PitchLabel : public QLabel { + Q_OBJECT + bool _pitchMode; int _value; - Q_OBJECT + protected: QSize sizeHint() const; |