]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
Fix possible crash on clip deletion, fetch thumbs sequentially when adding several...
[kdenlive] / src / customtrackview.h
index 6ece8977ed6d3a54ffef7d4e66f7582262440cd9..967ecbd581c3afc2bc799e5d8286f6e9b789b91f 100644 (file)
@@ -216,6 +216,7 @@ private:
     QAction *m_deleteGuide;
     QActionGroup *m_clipTypeGroup;
     QTimer m_scrollTimer;
+    QTimer m_thumbsTimer;
     int m_scrollOffset;
     bool m_clipDrag;
 
@@ -229,6 +230,7 @@ private:
     QPoint m_menuPosition;
     bool m_blockRefresh;
     AbstractGroupItem *m_selectionGroup;
+    QList <ClipItem *> m_waitingThumbs;
 
     /** Get the index of the video track that is just below current track */
     int getPreviousVideoTrack(int track);
@@ -253,6 +255,7 @@ private slots:
     void slotCheckMouseScrolling();
     void slotEditTimeLineGuide();
     void slotDeleteTimeLineGuide();
+    void slotFetchNextThumbs();
 
 signals:
     void cursorMoved(int, int);