X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mainwindow.h;h=beb4eed75c61fe0bb6260793c58d1b5eaae52a5a;hb=fa54f2630c56a1df0046923d6a77b1bd58abf240;hp=302e30967d4bdb031e3c311eab2445c8a034ccdf;hpb=66421f32d0f2e8a8bdb86b3f381a6ebb6426cf0c;p=nageru diff --git a/mainwindow.h b/mainwindow.h index 302e309..beb4eed 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -57,6 +57,7 @@ public slots: void timecode_stdout_triggered(); void transition_clicked(int transition_number); void channel_clicked(int channel_number); + void quick_cut_activated(int channel_number); void wb_button_clicked(int channel_number); void set_transition_names(std::vector transition_names); void update_channel_name(Mixer::Output output, const std::string &name); @@ -122,6 +123,7 @@ private: void setup_audio_miniview(); void setup_audio_expanded_view(); bool eventFilter(QObject *watched, QEvent *event) override; + void closeEvent(QCloseEvent *event) override; void set_white_balance(int channel_number, int x, int y); void update_cutoff_labels(float cutoff_hz); void update_eq_label(unsigned bus_index, EQBand band, float gain_db);