]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Cleanup thumbnails (prefer QImage over QPixmap)
[kdenlive] / src / kdenlivedoc.h
index 9bd3ef5802d8ebc78cd8b87c06de2dc55ab4e7b1..5cab5adc676544b0ead82875b0971e95e9e73f83 100644 (file)
@@ -140,8 +140,7 @@ Q_OBJECT public:
      * The returned duration might differ from the actual track duration!
      * It is the one stored in the track's TrackInfo. */
     int trackDuration(int ix);
-
-    void cachePixmap(const QString &fileId, const QPixmap &pix) const;
+    void cacheImage(const QString &fileId, const QImage &img) const;
     void setProjectFolder(KUrl url);
     void setZone(int start, int end);
     QPoint zone() const;