]> git.sesse.net Git - kdenlive/blobdiff - src/clipitem.h
When downloading from online resource, save license, url, etc in Nepomuk metadata
[kdenlive] / src / clipitem.h
index c5323905b182dc98a4dcaa76506a1c5de938f7a9..5629743fee8b328384b946f714a5a8d157c63a15 100644 (file)
@@ -173,6 +173,8 @@ public:
      * Which producer is returned depends on the type of this clip (audioonly, videoonly, normal) */
     Mlt::Producer *getProducer(int track, bool trackSpecific = true);
     void resetFrameWidth(int width);
+    /** @brief Clip is about to be deleted, block thumbs. */
+    void stopThumbs();
 
 protected:
     //virtual void mouseMoveEvent(QGraphicsSceneMouseEvent * event);