]> git.sesse.net Git - kdenlive/blobdiff - src/projectitem.h
Check clips property before launching proxy creation so that we only proxy the HD...
[kdenlive] / src / projectitem.h
index 3e50a07d5a05729f1c8ea5157b7a11469f575e21..c4e5b1bc8e039f1c63d74c67f6299525eadf115b 100644 (file)
@@ -82,6 +82,8 @@ private:
     QString m_clipId;
     DocClipBase *m_clip;
 
+    void buildItem();
+
 };
 
 #endif