]> git.sesse.net Git - kdenlive/blobdiff - src/clipitem.h
Fix fades when copy/paste a clip
[kdenlive] / src / clipitem.h
index e764dd648639ec72604dc1afbbc82d74ff5cb7d9..8b1c3f06392157f0367b26d3332f6f5a40b6afb1 100644 (file)
@@ -60,6 +60,7 @@ public:
     const EffectsList effectList() const;
     void setFadeOut(int pos);
     void setFadeIn(int pos);
+    void setFades(int in, int out);
     /** 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 */