summaryrefslogtreecommitdiff
path: root/gtk2_ardour/strip_silence_dialog.h
diff options
context:
space:
mode:
authorNikolaus Gullotta <nik@harrisonconsoles.com>2019-08-30 14:44:50 -0500
committerNikolaus Gullotta <nik@harrisonconsoles.com>2019-08-30 14:44:50 -0500
commitf44a436f7089bd2413e3756007d386b5568cf3da (patch)
tree1340ddeb267c427583693f72ea892d5a50e8769e /gtk2_ardour/strip_silence_dialog.h
parentd5988b232c63ed35d20101ee8917c4e2a0596603 (diff)
Move StripSilenceDialog XML to dedicated function
This moves the Session::add_extra_xml() call out of editor_ops.cc and moves it to its own class method StripSilenceDialog::finished()
Diffstat (limited to 'gtk2_ardour/strip_silence_dialog.h')
-rw-r--r--gtk2_ardour/strip_silence_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/strip_silence_dialog.h b/gtk2_ardour/strip_silence_dialog.h
index bc90ce321e..39bab433b7 100644
--- a/gtk2_ardour/strip_silence_dialog.h
+++ b/gtk2_ardour/strip_silence_dialog.h
@@ -71,6 +71,7 @@ private:
void threshold_changed ();
void update_progress_gui (float);
void restart_thread ();
+ void finished(int);
Gtk::SpinButton _threshold;
AudioClock* _minimum_length;