X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mainwindow.cpp;h=29a863b2456ea568f36e014ae878df607884b753;hb=24e4026778bfd87612d5bedce1bfa51455853bc3;hp=3ccc89303dd946dc1ff5a1ed1bde37582f048cd8;hpb=4159eda78000e5ce498cd6ce31da5e750c2c0a42;p=nageru diff --git a/mainwindow.cpp b/mainwindow.cpp index 3ccc893..29a863b 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -79,6 +79,8 @@ MainWindow::MainWindow() qRegisterMetaType>("std::vector"); connect(ui->preview1, SIGNAL(transition_names_updated(std::vector)), this, SLOT(set_transition_names(std::vector))); + + global_vu_meter = ui->vu_meter; // global_mixer does not exist yet, so need to delay the hookup. } void MainWindow::resizeEvent(QResizeEvent* event)