]> git.sesse.net Git - kdenlive/blobdiff - src/clipitem.h
Check & update clip length in timeline when doing a "clip reload" from project tree...
[kdenlive] / src / clipitem.h
index 16cf33d1636f0384ae89a61afeeacbc11c02d72b..9436033d97d919ce33baf95144f0d5c6f3b5f57c 100644 (file)
@@ -81,7 +81,7 @@ public:
     /** regenerate audio and video thumbnails */
     void resetThumbs();
     /** update clip properties from base clip */
-    void refreshClip();
+    void refreshClip(bool checkDuration);
     /** Returns a list of times for this clip's markers */
     QList <GenTime> snapMarkers() const;
     QList <CommentedTime> commentedSnapMarkers() const;