]> git.sesse.net Git - nageru/blobdiff - glwidget.h
Add a menu entry to go to the online manual.
[nageru] / glwidget.h
index 3eb55dad47550562307546c3c74a7bce2d577c91..9095e4894f2a11e062b2a1453b89a50f22c80a50 100644 (file)
@@ -2,15 +2,16 @@
 #define GLWIDGET_H
 
 #include <epoxy/gl.h>
-#include <QGLWidget>
+#include <QGL>
+#include <QString>
 #include <string>
 #include <vector>
 
 #include "mixer.h"
-#include "qgl.h"
-#include "qobjectdefs.h"
 
 class QMouseEvent;
+class QObject;
+class QPoint;
 class QWidget;
 
 namespace movit {
@@ -50,7 +51,8 @@ signals:
        void color_updated(Mixer::Output output, const std::string &color);
 
 private slots:
-       void show_context_menu(unsigned signal_num, const QPoint &pos);
+       void show_live_context_menu(const QPoint &pos);
+       void show_preview_context_menu(unsigned signal_num, const QPoint &pos);
 
 private:
        Mixer::Output output;