X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsubprojectitem.h;h=9a5a01cf94bada5f162c7ba0d64b51de7c7d24c9;hb=a547bb7949a7b7939fbb4ab4b7168f8966282964;hp=4dcb216de38154fb7b6933f210a7f8c4c081fcd3;hpb=af778b8ed425f9477ca0d6647194b57bee5d141a;p=kdenlive diff --git a/src/subprojectitem.h b/src/subprojectitem.h index 4dcb216d..9a5a01cf 100644 --- a/src/subprojectitem.h +++ b/src/subprojectitem.h @@ -44,6 +44,9 @@ public: int numReferences() const; DocClipBase *referencedClip(); QPoint zone() const; + void setZone(QPoint p); + QString description() const; + void setDescription(QString desc); /** Make sure folders appear on top of the tree widget */ virtual bool operator<(const QTreeWidgetItem &other)const { @@ -56,6 +59,7 @@ public: private: int m_in; int m_out; + QString m_description; }; #endif