X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fslideshowclip.h;h=b90eda34d29c5d4853a1836ded792dfc91ad9b64;hb=f1b0412ac4ac05dcd32d80d4cddcffe47e44fef1;hp=b4114f997d677cdf52fc6a2636ec8ea3a88abee5;hpb=89b6a842077844b0a68c3cc5ac471f57487f9ff2;p=kdenlive diff --git a/src/slideshowclip.h b/src/slideshowclip.h index b4114f99..b90eda34 100644 --- a/src/slideshowclip.h +++ b/src/slideshowclip.h @@ -34,7 +34,7 @@ class SlideshowClip : public QDialog Q_OBJECT public: - explicit SlideshowClip(Timecode tc, QWidget * parent = 0); + explicit SlideshowClip(const Timecode& tc, QWidget * parent = 0); virtual ~ SlideshowClip(); /** return selected path for slideshow in MLT format */ QString selectedPath(); @@ -49,8 +49,6 @@ public: int softness() const; QString animation() const; - /** @brief Check if there are several files with filename pattern, like: image_001.jpg, image_002.jpg,... */ - static int sequenceCount(KUrl file); /** @brief Get the image frame number from a file path, for example image_047.jpg will return 47. */ static int getFrameNumberFromPath(KUrl path); /** @brief return the url pattern for selected slideshow. */