]> git.sesse.net Git - kdenlive/blobdiff - src/projectitem.h
project tree fixes
[kdenlive] / src / projectitem.h
index 23d0acf203709bcc2e558246459ba2a4c4bc478f..21b8b603842dc34705365509521294e6643dd0c5 100644 (file)
@@ -42,8 +42,8 @@ class ProjectItem : public QTreeWidgetItem
     int clipId() const;
     QStringList names() const;
     bool isGroup() const;
-    const QString &groupName() const;
-    virtual ProjectItem *clone() const;
+    const QString groupName() const;
+    const KUrl clipUrl() const;
 
   private:
     QDomElement m_element;
@@ -53,6 +53,7 @@ class ProjectItem : public QTreeWidgetItem
     int m_clipId;
     void slotSetToolTip();
     bool m_isGroup;
+    QString m_groupName;
 };
 
 #endif