]> git.sesse.net Git - kdenlive/blobdiff - src/trackview.h
et rid of deprecated KPixmapCache & fix freeze when saving in maximum zoom:
[kdenlive] / src / trackview.h
index e3fecfccd9c4d78d4291bcc1831afbead21229e0..1a5b55b94e1e8e6d28bdc1cbafd3091e10fb1416 100644 (file)
@@ -84,7 +84,8 @@ public slots:
     void slotChangeZoom(int horizontal, int vertical = -1);
     void setDuration(int dur);
     void slotSetZone(QPoint p, bool updateDocumentProperties = true);
-
+    /** @brief Save a snapshot image of current timeline view */
+    void slotSaveTimelinePreview(const QString path);
 private:
     CustomRuler *m_ruler;
     CustomTrackView *m_trackview;