X-Git-Url: https://git.sesse.net/?p=kdenlive;a=blobdiff_plain;f=src%2Fdvdwizardchapters.cpp;h=35aaf02e399133b611e9c576512cab48198c4bc5;hp=d997e15b30796a19457c69c2ac69a360e929bdad;hb=a3eee7be24126f5a3458d488f44cd61c66135e17;hpb=6c62a4d8f799379bfb7a11d25521cf829248587c diff --git a/src/dvdwizardchapters.cpp b/src/dvdwizardchapters.cpp index d997e15b..35aaf02e 100644 --- a/src/dvdwizardchapters.cpp +++ b/src/dvdwizardchapters.cpp @@ -154,7 +154,7 @@ void DvdWizardChapters::createMonitor(DVDFORMAT format) { QString profile = DvdWizardVob::getDvdProfile(format); if (m_monitor == NULL) { - m_monitor = new Monitor(Kdenlive::DvdMonitor, m_manager, profile, this); + m_monitor = new Monitor(Kdenlive::DvdMonitor, m_manager, NULL, profile, this); //m_monitor->start(); QVBoxLayout *vbox = new QVBoxLayout; vbox->addWidget(m_monitor);