]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
*Re-introduce slideshow clips
[kdenlive] / src / docclipbase.h
index e7ec0ae33c1b45e9dacce0d9775a43e0e7d535e2..753ec2bbcfd95b3905c0f655fea1841f6a09595a 100644 (file)
@@ -87,6 +87,7 @@ Q_OBJECT public:
 
     /** Returns any property of this clip. */
     const QString getProperty(const QString prop) const;
+    void setProperty(QString key, QString value);
 
     /** Returns the internal unique id of the clip. */
     uint getId() const;
@@ -97,6 +98,7 @@ Q_OBJECT public:
 
     /** returns the duration of this clip */
     const GenTime & duration() const;
+    const GenTime &maxDuration() const;
     /** returns the duration of this clip */
     void setDuration(GenTime dur);