]> git.sesse.net Git - kdenlive/blobdiff - src/clipitem.h
Rewrite generation of timeline thumbnails when zooming at frame level, using separate...
[kdenlive] / src / clipitem.h
index 87b9baa665d7b70b4881b4a09257cfa7282f3188..7e49dfdbae47159ae50036be77cbc35f26ff0a1f 100644 (file)
@@ -226,7 +226,6 @@ private:
 
     QPixmap m_videoPix;
     QPixmap m_audioPix;
-    void doGetIntraThumbs(QPainter *painter, const QPointF startPos, int offset, int start, int end);
 
 private slots:
     void slotGetStartThumb();
@@ -237,6 +236,8 @@ private slots:
     void slotSetStartThumb(QImage img);
     void slotSetEndThumb(QImage img);
     void slotThumbReady(int frame, QImage img);
+    /** @brief The thumbnailer has finished to cache all required thumbs. */
+    void slotGotThumbsCache();
 
 public slots:
     void slotFetchThumbs();