X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mainwindow.h;h=6db9a09cdccc1e4f531dbd83a828933367f5f102;hb=76234c271da9e60f08fd51fa9b0ec061d5826611;hp=edea126568e133661c1d9ca7c58096e3674ed6d1;hpb=8cbf100e6126c1550a6436970d777a652ac1182e;p=nageru diff --git a/mainwindow.h b/mainwindow.h index edea126..6db9a09 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -11,8 +11,8 @@ public: MainWindow(); public slots: - void cut(); - void channel_clicked(int id); + void transition_clicked(int transition_number); + void channel_clicked(int channel_number); }; #endif