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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/muse2/muse/widgets/function_dialogs/remove.h b/muse2/muse/widgets/function_dialogs/remove.h
index a572be62..ddce4b93 100644
--- a/muse2/muse/widgets/function_dialogs/remove.h
+++ b/muse2/muse/widgets/function_dialogs/remove.h
@@ -47,13 +47,13 @@ class Remove : public QDialog, public Ui::RemoveBase
public:
Remove(QWidget* parent = 0);
- int range;
- int velo_threshold;
- bool velo_thres_used;
- int len_threshold;
- bool len_thres_used;
+ static int range;
+ static int velo_threshold;
+ static bool velo_thres_used;
+ static int len_threshold;
+ static bool len_thres_used;
- void read_configuration(MusECore::Xml& xml);
+ static void read_configuration(MusECore::Xml& xml);
void write_configuration(int level, MusECore::Xml& xml);