]> git.sesse.net Git - kdenlive/blobdiff - src/transition.h
Allow to select between timecode (hh:mm:ss:ff) and frame count overlay when rendering
[kdenlive] / src / transition.h
index cf5ad84b6649ae5cb660c2002dffdc704dcb759d..c70405fe87bc150deaf1f5381bac4b105f45487e 100644 (file)
@@ -78,6 +78,8 @@ public:
     void setAutomatic(bool automatic);
     bool hasGeometry();
     int defaultZValue() const;
+    /** @brief When a transition is resized, check if keyframes are out of the transition and fix if necessary. */
+    bool updateKeyframes();
 
 protected:
     virtual QVariant itemChange(GraphicsItemChange change, const QVariant &value);