]> git.sesse.net Git - nageru/blobdiff - glwidget.h
Wire the transition names through to the UI.
[nageru] / glwidget.h
index 045ba5587204ea7ebb7351e2aad323dc79e0fb91..3641f66a75f5fecfa317e1363c937c4dbce14bb3 100644 (file)
@@ -33,6 +33,11 @@ protected:
        void initializeGL() override;
        void resizeGL(int width, int height) override;
        void paintGL() override;
+       void mousePressEvent(QMouseEvent *event) override;
+
+signals:
+       void clicked();
+       void transition_names_updated(std::vector<std::string> transition_names);
 
 private:
        Mixer::Output output;