]> git.sesse.net Git - kdenlive/blobdiff - src/projectlist.h
small optimizations, make sure we use cached thumbs when loading a doc
[kdenlive] / src / projectlist.h
index a5246de37dec7afc39166bd75481742a24af1747..9d7727f2046ee1335d319ed5d26d2e6be3b966db 100644 (file)
@@ -322,6 +322,8 @@ private:
     void monitorItemEditing(bool enable);
     /** @brief Set thumbnail for a project's clip. */
     void setThumbnail(const QString &clipId, const QPixmap &pix);
+    /** @brief Get cached thumbnail for a project's clip or create it if no cache. */
+    void getCachedThumbnail(ProjectItem *item);
 
 private slots:
     void slotClipSelected();