]> git.sesse.net Git - nageru/blobdiff - mainwindow.cpp
Fix the display of the transition names again.
[nageru] / mainwindow.cpp
index b9a1ef2127532583c6cb8b0b5d282540d8f9a48c..cfc15699261b04ef3b9edb9847fd3b1780279e39 100644 (file)
@@ -75,7 +75,7 @@ MainWindow::MainWindow()
        transition_btn3 = ui->transition_btn3;
        qRegisterMetaType<string>("std::string");
        qRegisterMetaType<vector<string>>("std::vector<std::string>");
-       connect(ui->me_preview, &GLWidget::transition_names_updated, this, &MainWindow::set_transition_names);
+       connect(ui->me_live, &GLWidget::transition_names_updated, this, &MainWindow::set_transition_names);
        qRegisterMetaType<Mixer::Output>("Mixer::Output");
 }