]> git.sesse.net Git - kdenlive/blobdiff - src/clipmanager.h
Only create audio thumbs when they are enabled, clear cache when disabled
[kdenlive] / src / clipmanager.h
index fece4ee52945e9dfd5fbd6d9f13ce8e710f7f725..138c3ffbaf2d50e335e9ec44f45c1d74a96aef53 100644 (file)
@@ -53,6 +53,7 @@ Q_OBJECT public:
     DocClipBase *getClipById(int clipId);
     void slotDeleteClip(uint clipId);
     void setThumbsProgress(KUrl url, int progress);
+    void checkAudioThumbs();
 
 private:   // Private attributes
     /** the list of clips in the document */
@@ -60,6 +61,7 @@ private:   // Private attributes
     /** the document undo stack*/
     KdenliveDoc *m_doc;
     int m_clipIdCounter;
+    bool m_audioThumbsEnabled;
 
 };