X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mainwindow.h;h=beb4eed75c61fe0bb6260793c58d1b5eaae52a5a;hb=dad4af8aab1e98176e2cc54f1d614ef9d64fc8ad;hp=13cbedd1bd2bfa1a0e87b3d6178cbf608842ef22;hpb=28fd1638b179529d70a29422d8c008494915eb22;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);