]> git.sesse.net Git - nageru/blobdiff - mainwindow.h
Fix so that you can't right-click on non-signal channels anymore.
[nageru] / mainwindow.h
index 302e30967d4bdb031e3c311eab2445c8a034ccdf..beb4eed75c61fe0bb6260793c58d1b5eaae52a5a 100644 (file)
@@ -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<std::string> 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);