X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mainwindow.h;h=beb4eed75c61fe0bb6260793c58d1b5eaae52a5a;hb=fa54f2630c56a1df0046923d6a77b1bd58abf240;hp=13cbedd1bd2bfa1a0e87b3d6178cbf608842ef22;hpb=8e1a85982b55de58305476055dc4037be063be80;p=nageru diff --git a/mainwindow.h b/mainwindow.h index 13cbedd..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);