]> git.sesse.net Git - kdenlive/blobdiff - src/clipitem.h
Fix overwrite clip insert
[kdenlive] / src / clipitem.h
index 7be82c5a7ab9bdd9a368e55a22866e8e8b4ca55c..0998eccb71b632c0290031f9995ccee00102546f 100644 (file)
@@ -87,7 +87,9 @@ public:
     /** Returns a list of times for this clip's markers */
     QList <GenTime> snapMarkers() const;
     QList <CommentedTime> commentedSnapMarkers() const;
+    /** Get the position of the fade in effect */
     int fadeIn() const;
+    /** Get the position of the fade out effect */
     int fadeOut() const;
     void setSelectedEffect(const int ix);
     void updateKeyframeEffect();