]> git.sesse.net Git - kdenlive/blobdiff - src/projectitem.h
add a title to dvd and config wizards
[kdenlive] / src / projectitem.h
index d71500b1ea01a2f570df9267387f771488e5ac0f..2087ee17a796393eae985fb4d6c776c3c86450bd 100644 (file)
@@ -35,7 +35,8 @@ class DocClipBase;
 /** \brief Represents a clip or a folder in the projecttree
  *
  * This class represents a clip or folder in the projecttree and in the document(?) */
-class ProjectItem : public QTreeWidgetItem {
+class ProjectItem : public QTreeWidgetItem
+{
 public:
     /** Create folder item */
     ProjectItem(QTreeWidget * parent, const QStringList & strings, const QString &clipId);
@@ -63,6 +64,7 @@ public:
     void clearProperty(const QString &key);
     const QString groupName() const;
     void setGroupName(const QString name);
+    QString getClipHash() const;
 
 private:
     QString m_groupname;