]> git.sesse.net Git - kdenlive/blobdiff - src/kthumb.h
several updates for slideshow clips
[kdenlive] / src / kthumb.h
index 13bdd68e36d9bff58ff2abc7322380541eebbd83..43fa366d410a2a536987c0a12eded92168e94790 100644 (file)
@@ -77,6 +77,7 @@ Q_OBJECT public:
 
 public slots:
     void extractImage(int frame, int frame2);
+    void updateClipUrl(KUrl url);
     static QPixmap getImage(KUrl url, int width, int height);
     static QPixmap getImage(QDomElement xml, int frame, int width, int height);
     /* void getImage(KUrl url, int frame, int width, int height);
@@ -86,6 +87,7 @@ public slots:
     void getAudioThumbs(int channel, double frame, double frameLength, int arrayWidth);
     static QPixmap getImage(KUrl url, int frame, int width, int height);
     static QPixmap getFrame(Mlt::Producer* producer, int frame, int width, int height);
+
 protected:
     virtual void customEvent(QEvent * event);