]> git.sesse.net Git - nageru/blobdiff - mainwindow.h
Hook up all three transition buttons to the theme.
[nageru] / mainwindow.h
index fd6064067e1f5e1180ed87ef3123ca11ec02a82d..6db9a09cdccc1e4f531dbd83a828933367f5f102 100644 (file)
@@ -5,10 +5,14 @@
 
 class MainWindow : public QMainWindow
 {
-    Q_OBJECT
+       Q_OBJECT
 
 public:
-    MainWindow();
+       MainWindow();
+
+public slots:
+       void transition_clicked(int transition_number);
+       void channel_clicked(int channel_number);
 };
 
 #endif