X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdocclipbase.cpp;h=7b55fa5f3beba4fd871deb908d158fa4cebbd29f;hb=459decee5e330552ef73b7cb363dbbe38fdc7e87;hp=9ede6abbba82fd23dc808706dd439e60e773e0e1;hpb=74de34413d4c59b225533ab3cf3e28ab5dd12df9;p=kdenlive diff --git a/src/docclipbase.cpp b/src/docclipbase.cpp index 9ede6abb..7b55fa5f 100644 --- a/src/docclipbase.cpp +++ b/src/docclipbase.cpp @@ -325,10 +325,6 @@ QList < CommentedTime > DocClipBase::commentedSnapMarkers() const return m_snapMarkers; } -void DocClipBase::setSnapMarkers(QList < CommentedTime > markers) -{ - m_snapMarkers = markers; -} void DocClipBase::addSnapMarker(const GenTime & time, QString comment) { @@ -462,7 +458,7 @@ void DocClipBase::deleteProducers() void DocClipBase::setProducer(Mlt::Producer *producer, bool reset) { - if (producer == NULL) return; + if (producer == NULL || m_placeHolder) return; if (reset) { // Clear all previous producers kDebug() << "/+++++++++++++++ DELETE ALL PRODS " << producer->get("id");