X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.cpp;h=7c1aee5b35bcd8f5cdbf3f4450c3d4abb8cbe9a9;hb=7e5766e97e9b0db202d7d85a64b7d2567f35f282;hp=24933c2d8cc84d4ed9ba75279854252fa10dc048;hpb=10ac0b917d1f4cad9e08fea4ac8dda37cd3103e1;p=kdenlive diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 24933c2d..7c1aee5b 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -925,7 +925,6 @@ void MainWindow::slotConnectMonitors() connect(m_projectMonitor->render, SIGNAL(replyGetImage(const QString &, const QString &, int, int)), m_projectList, SLOT(slotReplyGetImage(const QString &, const QString &, int, int))); connect(m_projectMonitor->render, SIGNAL(replyGetImage(const QString &, const QImage &)), m_projectList, SLOT(slotReplyGetImage(const QString &, const QImage &))); - kDebug()<<" - - - - - -\n CONNECTED REPLY"; connect(m_projectMonitor->render, SIGNAL(replyGetFileProperties(const QString &, Mlt::Producer*, const stringMap &, const stringMap &, bool)), m_projectList, SLOT(slotReplyGetFileProperties(const QString &, Mlt::Producer*, const stringMap &, const stringMap &, bool))); connect(m_projectMonitor->render, SIGNAL(removeInvalidClip(const QString &, bool)), m_projectList, SLOT(slotRemoveInvalidClip(const QString &, bool)));