]> git.sesse.net Git - nageru/commitdiff
Fix the display of the transition names again.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 30 Jun 2016 22:28:27 +0000 (00:28 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 1 Jul 2016 21:42:54 +0000 (23:42 +0200)
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");
 }