]> git.sesse.net Git - kdenlive/blobdiff - src/effectstack/effectstackview2.cpp
Prepare importing of keyframes from clip analysis
[kdenlive] / src / effectstack / effectstackview2.cpp
index f33ecc6c0099f07ad8df8b76dc7458c127b29454..7366b7531465b584527fc6e0651e9f95b5f2886b 100644 (file)
@@ -284,6 +284,7 @@ void EffectStackView2::connectEffect(CollapsibleEffect *currentEffect)
     connect(currentEffect, SIGNAL(addEffect(QDomElement)), this , SLOT(slotAddEffect(QDomElement)));
     connect(currentEffect, SIGNAL(createRegion(int,KUrl)), this, SLOT(slotCreateRegion(int,KUrl)));
     connect(currentEffect, SIGNAL(deleteGroup(QDomDocument)), this , SLOT(slotDeleteGroup(QDomDocument)));
+    connect(currentEffect, SIGNAL(importClipKeyframes()), this, SIGNAL(importClipKeyframes()));
 }
 
 void EffectStackView2::slotCheckWheelEventFilter()