]> git.sesse.net Git - kdenlive/blobdiff - src/effectslist.h
Convert old xml LADSPA effects to the new ones
[kdenlive] / src / effectslist.h
index b30c2ee2a9b04b09d55fe5da76b607218e05bf88..a12a36f4d9943f2beaeec76d5d123ed2f4585b12 100644 (file)
@@ -74,6 +74,8 @@ public:
     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 Rename a 'property' element from the effect node. */
+    static void renameProperty(QDomElement effect, const QString &oldName, const QString &newName);
     /** @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. */