X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.cpp;h=81600b4f4cdd1a27b95737691620d4b20d67bd57;hb=49c3f9376d4b9f7d185c4d6b22e662b127debdcb;hp=2b1583f24eadf51d486a63abacdb6c832573b4de;hpb=596d1cb5428af4ffe4e4312044082f7194c55205;p=kdenlive diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 2b1583f2..81600b4f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -4300,7 +4300,7 @@ void MainWindow::slotOpenStopmotion() { if (m_stopmotion == NULL) { m_stopmotion = new StopmotionWidget(m_monitorManager, m_activeDocument->projectFolder(), m_stopmotion_actions->actions(), this); - connect(m_stopmotion, SIGNAL(addOrUpdateSequence(const QString)), m_projectList, SLOT(slotAddOrUpdateSequence(const QString))); + connect(m_stopmotion, SIGNAL(addOrUpdateSequence(const QString &)), m_projectList, SLOT(slotAddOrUpdateSequence(const QString))); //for (int i = 0; i < m_gfxScopesList.count(); i++) { // Check if we need the renderer to send a new frame for update /*if (!m_scopesList.at(i)->widget()->visibleRegion().isEmpty() && !(static_cast(m_scopesList.at(i)->widget())->autoRefreshEnabled())) request = true;*/