]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
* Fix crash when using razor tool while playing
[kdenlive] / src / docclipbase.h
index e78f223712ef27624170428bfcc2f41e24528722..37ac0cf65552c0fa64af70f3249dbc82767c2873 100644 (file)
@@ -71,7 +71,8 @@ Q_OBJECT public:
 
     /** Returns any property of this clip. */
     const QString getProperty(const QString prop) const;
-    void setProperty(QString key, QString value);
+    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;