]> git.sesse.net Git - kdenlive/blobdiff - src/effectslist.h
Fix rendering when using proxies with speed effect:
[kdenlive] / src / effectslist.h
index 17d7f9a532c6c56868a8ecc6380a9c4e32cbb3c4..b30c2ee2a9b04b09d55fe5da76b607218e05bf88 100644 (file)
@@ -72,8 +72,12 @@ public:
     static bool hasGeometryKeyFrames(QDomElement effect);
     static void setParameter(QDomElement effect, const QString &name, const QString &value);
     static QString parameter(QDomElement effect, const QString &name);
+    /** @brief Change the value of a 'property' element from the effect node. */
     static void setProperty(QDomElement effect, const QString &name, const QString &value);
+    /** @brief Get the value of a 'property' element from the effect node. */
     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);
     void clearList();
 
 private: