summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/function_dialogs/remove.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/widgets/function_dialogs/remove.h')
-rw-r--r--muse2/muse/widgets/function_dialogs/remove.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/muse2/muse/widgets/function_dialogs/remove.h b/muse2/muse/widgets/function_dialogs/remove.h
index 5615ed42..33ac3fd0 100644
--- a/muse2/muse/widgets/function_dialogs/remove.h
+++ b/muse2/muse/widgets/function_dialogs/remove.h
@@ -15,8 +15,9 @@ class Xml;
class Remove : public QDialog, public Ui::RemoveBase
{
+ Q_OBJECT
private:
- Q_OBJECT
+
QButtonGroup* range_group;
protected slots:
@@ -27,6 +28,10 @@ class Remove : public QDialog, public Ui::RemoveBase
Remove(QWidget* parent = 0);
int range;
+ int velo_threshold;
+ bool velo_thres_used;
+ int len_threshold;
+ bool len_thres_used;
void read_configuration(Xml& xml);
void write_configuration(int level, Xml& xml);