diff options
Diffstat (limited to 'muse2/muse/widgets/function_dialogs/crescendo.h')
-rw-r--r-- | muse2/muse/widgets/function_dialogs/crescendo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/muse2/muse/widgets/function_dialogs/crescendo.h b/muse2/muse/widgets/function_dialogs/crescendo.h index eb00e94f..73a7e088 100644 --- a/muse2/muse/widgets/function_dialogs/crescendo.h +++ b/muse2/muse/widgets/function_dialogs/crescendo.h @@ -15,8 +15,9 @@ class Xml; class Crescendo : public QDialog, public Ui::CrescendoBase { + Q_OBJECT private: - Q_OBJECT + QButtonGroup* range_group; protected slots: |