]> git.sesse.net Git - kdenlive/blobdiff - src/clipitem.h
Effect groups can now be dropped onto another clip
[kdenlive] / src / clipitem.h
index 6457dbcb956f45689672fae882af9bc6145cc81f..f5c8a5b8f8cc682dacbca10ae84fa5831d50c7ba 100644 (file)
@@ -75,7 +75,7 @@ public:
 
     /** @brief Adds an effect to the clip.
     * @return The parameters that will be passed to Mlt */
-    EffectsParameterList addEffect(const QDomElement effect, bool animate = true);
+    EffectsParameterList addEffect(QDomElement effect, bool animate = true);
 
     /** @brief Deletes the effect with id @param index. */
     void deleteEffect(QString index);