]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
* Fix crash when using razor tool while playing
[kdenlive] / src / docclipbase.h
index 5a33f7b71a308bba5183382d0f6c81dfa6ba8049..37ac0cf65552c0fa64af70f3249dbc82767c2873 100644 (file)
@@ -72,6 +72,7 @@ Q_OBJECT public:
     /** Returns any property of this clip. */
     const QString getProperty(const QString prop) const;
     void setProperty(const QString &key, const QString &value);
+    void clearProperty(const QString &key);
 
     /** Returns the internal unique id of the clip. */
     const QString &getId() const;