diff options
Diffstat (limited to 'muse2/muse/widgets/noteinfo.h')
-rw-r--r-- | muse2/muse/widgets/noteinfo.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/muse2/muse/widgets/noteinfo.h b/muse2/muse/widgets/noteinfo.h index cc8fe16d..64842988 100644 --- a/muse2/muse/widgets/noteinfo.h +++ b/muse2/muse/widgets/noteinfo.h @@ -25,6 +25,8 @@ class Pos; //--------------------------------------------------------- class NoteInfo : public QToolBar { + Q_OBJECT + ///PosEdit* selTime; Awl::PosEdit* selTime; QSpinBox* selLen; @@ -33,7 +35,7 @@ class NoteInfo : public QToolBar { QSpinBox* selVelOff; bool deltaMode; - Q_OBJECT + public: enum ValType {VAL_TIME, VAL_LEN, VAL_VELON, VAL_VELOFF, VAL_PITCH }; |