]> git.sesse.net Git - kdenlive/blobdiff - src/clipitem.h
Fix timeline ruler tooltip showing wrong position:
[kdenlive] / src / clipitem.h
index 70b1aee6cdd90fd3896f1f835b11fe1ace2cf184..0998eccb71b632c0290031f9995ccee00102546f 100644 (file)
@@ -87,7 +87,9 @@ public:
     /** Returns a list of times for this clip's markers */
     QList <GenTime> snapMarkers() const;
     QList <CommentedTime> commentedSnapMarkers() const;
+    /** Get the position of the fade in effect */
     int fadeIn() const;
+    /** Get the position of the fade out effect */
     int fadeOut() const;
     void setSelectedEffect(const int ix);
     void updateKeyframeEffect();
@@ -168,7 +170,7 @@ private slots:
     void animate(qreal value);
     void slotSetStartThumb(QImage img);
     void slotSetEndThumb(QImage img);
-    void slotThumbReady(int frame, QPixmap pix);
+    void slotThumbReady(int frame, QImage img);
 
 public slots:
     void slotFetchThumbs();