]> git.sesse.net Git - kdenlive/blobdiff - src/projectitem.h
clips now respect maximum length
[kdenlive] / src / projectitem.h
index 21b8b603842dc34705365509521294e6643dd0c5..692d4581a8d5ca0b5e40288e9914b6753795576e 100644 (file)
@@ -44,6 +44,7 @@ class ProjectItem : public QTreeWidgetItem
     bool isGroup() const;
     const QString groupName() const;
     const KUrl clipUrl() const;
+    int clipMaxDuration() const;
 
   private:
     QDomElement m_element;