From: Steinar H. Gunderson Date: Thu, 30 Jun 2016 22:28:27 +0000 (+0200) Subject: Fix the display of the transition names again. X-Git-Tag: 1.3.1~3 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=63bf80f2f51d64a412df94199b1f66b4db1d404c;hp=81564fd7ac4bbb69db8ee937b57e193bae0b1795;p=nageru Fix the display of the transition names again. --- diff --git a/mainwindow.cpp b/mainwindow.cpp index b9a1ef2..cfc1569 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -75,7 +75,7 @@ MainWindow::MainWindow() transition_btn3 = ui->transition_btn3; qRegisterMetaType("std::string"); qRegisterMetaType>("std::vector"); - 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"); }