]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
Title clips now really usable (only transparency & duration change still missing)
[kdenlive] / src / docclipbase.h
index 230b3d4baa398b52e0ed46b3e005f3b974fbbc2f..e7ec0ae33c1b45e9dacce0d9775a43e0e7d535e2 100644 (file)
@@ -85,6 +85,9 @@ Q_OBJECT public:
     /** Returns the description of this clip. */
     const QString description() const;
 
+    /** Returns any property of this clip. */
+    const QString getProperty(const QString prop) const;
+
     /** Returns the internal unique id of the clip. */
     uint getId() const;
     void setId(const uint &newId);