X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsubprojectitem.h;h=9a5a01cf94bada5f162c7ba0d64b51de7c7d24c9;hb=8bcc799b522e6e5ae0299973b4d296bef831a17f;hp=4dcb216de38154fb7b6933f210a7f8c4c081fcd3;hpb=adf2cb55879c1c14632b2dd907dc4ba74d90b073;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