]> git.sesse.net Git - kdenlive/blobdiff - src/effectslist.h
Fix rendering when timeline contained proxy clips
[kdenlive] / src / effectslist.h
index cefaa5aed5c1c65900df8bf4c44af929d36cb62d..0d170b35431a87f6b3f9766da88d83aa14cbf4df 100644 (file)
@@ -81,6 +81,8 @@ public:
     static QString property(QDomElement effect, const QString &name);
     /** @brief Delete a 'property' element from the effect node. */
     static void removeProperty(QDomElement effect, const QString &name);
+    /** @brief Remove all 'meta.*' properties from a producer, used when replacing proxy producers in xml for rendering. */
+    static void removeMetaProperties(QDomElement producer);
     void clearList();
 
 private: