]> git.sesse.net Git - nageru/blobdiff - glwidget.h
Wire the transition names through to the UI.
[nageru] / glwidget.h
index d3972739cff27de4550b462f5cc863617620ff49..3641f66a75f5fecfa317e1363c937c4dbce14bb3 100644 (file)
@@ -37,6 +37,7 @@ protected:
 
 signals:
        void clicked();
+       void transition_names_updated(std::vector<std::string> transition_names);
 
 private:
        Mixer::Output output;