]> git.sesse.net Git - kdenlive/blobdiff - src/kthumb.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / kthumb.h
index 961b69724457aa6297f562221264e66d191a821e..21b01fbff6ff5a94467e86b7f2a635b1a72bbb0a 100644 (file)
@@ -42,7 +42,7 @@ namespace Mlt
 {
 class Producer;
 class Frame;
-};
+}
 
 class ClipManager;
 
@@ -71,7 +71,7 @@ public:
     void getGenericThumb(int frame, int height, int type);
 
 public slots:
-    void updateClipUrl(KUrl url, const QString &hash);
+    void updateClipUrl(const KUrl &url, const QString &hash);
     void slotCreateAudioThumbs();
 
 public:
@@ -109,8 +109,8 @@ private:
     QImage getProducerFrame(int framepos, int frameWidth, int displayWidth, int height);
 
 signals:
-    void thumbReady(int, QImage);
-    void mainThumbReady(const QString &, QPixmap);
+    void thumbReady(int, const QImage&);
+    void mainThumbReady(const QString &, const QPixmap&);
     void audioThumbReady(const audioByteArray&);
     /** @brief We have finished caching all requested thumbs. */
     void thumbsCached();