]> git.sesse.net Git - kdenlive/blobdiff - src/kthumb.h
more work on keyframe effects and thumbnail fixes
[kdenlive] / src / kthumb.h
index 1c4628c2c861c71d424af48e3cc878e3d2010c28..ffbd745d16042ce6c9a9db2f6176af922ab6adf9 100644 (file)
@@ -86,7 +86,7 @@ public slots:
     void removeAudioThumb();
     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 framepos, int width, int height);
+    static QPixmap getFrame(Mlt::Producer producer, int framepos, int width, int height);
 
 protected:
     virtual void customEvent(QEvent * event);