X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mainwindow.h;h=b0e26897b2dbbf937828d785a21d57370a84f982;hb=4159eda78000e5ce498cd6ce31da5e750c2c0a42;hp=919f8e732a952734cd03a6905b43a0e7b9965abc;hpb=942226d11452b78613b1e12fd53d96aea033766e;p=nageru diff --git a/mainwindow.h b/mainwindow.h index 919f8e7..b0e2689 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -23,6 +23,7 @@ public slots: void transition_clicked(int transition_number); void channel_clicked(int channel_number); void set_transition_names(std::vector transition_names); + void relayout(); private: Ui::MainWindow *ui;