X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fclipitem.cpp;h=bf0013083c759fcbbd2f2c27e496bc939b70f750;hb=37c0a27c077e4398abd0af9e484665579836dfd2;hp=d6be7a43ec0892520f2aeecfa9ad029058d6e0ac;hpb=e482c50f761b28c3a5b51f8a4517ef3a3addb6ba;p=kdenlive diff --git a/src/clipitem.cpp b/src/clipitem.cpp index d6be7a43..bf001308 100644 --- a/src/clipitem.cpp +++ b/src/clipitem.cpp @@ -1386,6 +1386,11 @@ void ClipItem::updateEffect(QDomElement effect) } } +void ClipItem::enableEffects(QList indexes, bool disable) +{ + m_effectList.enableEffects(indexes, disable); +} + bool ClipItem::moveEffect(QDomElement effect, int ix) { if (ix <= 0 || ix > (m_effectList.count()) || effect.isNull()) {