fix double quote in fr.po
[ardour.git] / gtk2_ardour / strip_silence_dialog.h
index 44f5409754a4d779886165ffd266d3583d8ec485..7445b723277586767b28bff38bf3820839fed10d 100644 (file)
@@ -89,4 +89,9 @@ private:
        PBD::Signal0<void> Completed; ///< emitted when a silence detection has completed
        PBD::ScopedConnection _completed_connection;
        ARDOUR::InterThreadInfo _interthread_info;
+
+       sigc::connection progress_idle_connection;
+       bool idle_update_progress(); ///< GUI-thread progress updates of background silence computation
+       int analysis_progress_cur;
+       int analysis_progress_max;
 };