]> git.sesse.net Git - kdenlive/blobdiff - src/clipitem.h
Make sox effects work again, part of bug:
[kdenlive] / src / clipitem.h
index 98bd1c010df6760dc38ccd132b0b686407d31098..580cf3469bd5a3fe30e6a7a031b4ff98c54145c1 100644 (file)
@@ -61,9 +61,9 @@ public:
     /** Give a string list of the clip's effect names */
     QStringList effectNames();
     /** Add an effect to the clip and return the parameters that will be passed to Mlt */
-    QHash <QString, QString> addEffect(QDomElement effect, bool animate = true);
+    EffectsParameterList addEffect(QDomElement effect, bool animate = true);
     /** Get the effect parameters that will be passed to Mlt */
-    QHash <QString, QString> getEffectArgs(QDomElement effect);
+    EffectsParameterList getEffectArgs(QDomElement effect);
     /** Delete effect with id index */
     void deleteEffect(QString index);
     /** return the number of effects in that clip */