]> git.sesse.net Git - ultimatescore/blobdiff - client/mainwindow.h
Add some support in the client for reading key events from a non-core IPv6 Buddy.
[ultimatescore] / client / mainwindow.h
index f2b0a6748482abe0a1789d92d7c50e6e5ad58a0f..8a517901b669e3499120943d0fbeab9a47b8272d 100644 (file)
@@ -4,6 +4,7 @@
 #include <QMainWindow>
 
 #include "acmp_client.h"
+#include "event_device.h"
 
 namespace Ui {
 class MainWindow;
@@ -37,10 +38,12 @@ private:
        void set_and_show_autocomment_clicked();
        void show_lower_third_clicked();
        void hide_lower_third_clicked();
+       void quick_lower_third_activate();
        void autocomment_update();
 
        Ui::MainWindow *ui;
        ACMPClient *acmp;
+       EventDevice *event_device;
 };
 
 #endif // MAINWINDOW_H