X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fabstractclipitem.h;h=79072ea5f6ada2dad26879464e40ffb3f4e757e3;hb=9d899241b114a54ac9a72fd2f31db0e12a07d32a;hp=226e20754f2efe5c2f631e469f0e503aabd8b282;hpb=7d1f818376b25f793ad6e8960b73a24a39605945;p=kdenlive diff --git a/src/abstractclipitem.h b/src/abstractclipitem.h index 226e2075..79072ea5 100644 --- a/src/abstractclipitem.h +++ b/src/abstractclipitem.h @@ -62,12 +62,13 @@ public: virtual void setCropStart(GenTime pos); protected: - int m_track; + ItemInfo m_info; +// int m_track; int m_editedKeyframe; int m_selectedKeyframe; - GenTime m_cropStart; - GenTime m_cropDuration; - GenTime m_startPos; + /* GenTime m_cropStart; + GenTime m_cropDuration; + GenTime m_startPos;*/ GenTime m_maxDuration; QMap m_keyframes; double m_keyframeFactor;