]> git.sesse.net Git - kdenlive/blobdiff - src/slideshowclip.h
Allow to add image sequence through the usual "add clip" dialog
[kdenlive] / src / slideshowclip.h
index 2bd70acb8f830f437e61a9da8c230e89f79af2e9..9120de9a3ecfc8a7c4d83ac0bbb70334b449994e 100644 (file)
@@ -47,6 +47,9 @@ public:
     QString lumaFile() const;
     int softness() const;
 
+    /** @brief Check if there are several files with filename pattern, like: image_001.jpg, image_002.jpg,... */
+    static int sequenceCount(KUrl file);
+
 private slots:
     void parseFolder();
     void slotEnableLuma(int state);