]> 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 a40546b365a019a20bb4868766f17d7c2a86f082..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);
@@ -55,7 +58,7 @@ private slots:
     void slotUpdateDurationFormat(int ix);
     void slotGenerateThumbs();
     void slotSetPixmap(const KFileItem &fileItem, const QPixmap &pix);
-    /** @brief Display correct widget depenging on user choice (mimetype or pattern method. */
+    /** @brief Display correct widget depenging on user choice (mimetype or pattern method). */
     void slotMethodChanged(bool active);
 
 private: