X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=glwidget.h;h=25a8ad7b7a7b99483dd59e5799a17c7b80ea4102;hb=5c8dc09f89df0f25434bcefc9102438d2b491df2;hp=d3972739cff27de4550b462f5cc863617620ff49;hpb=8cbf100e6126c1550a6436970d777a652ac1182e;p=nageru diff --git a/glwidget.h b/glwidget.h index d397273..25a8ad7 100644 --- a/glwidget.h +++ b/glwidget.h @@ -3,9 +3,14 @@ #include #include +#include +#include #include "mixer.h" +#include "qgl.h" +#include "qobjectdefs.h" +class QMouseEvent; class QWidget; namespace movit { @@ -37,6 +42,7 @@ protected: signals: void clicked(); + void transition_names_updated(std::vector transition_names); private: Mixer::Output output;