X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fclipitem.h;h=4ee13a690fe2c815129ab481e8d90ad41f259232;hb=ec46feb0c82780a42f0d676a43234255f41bb972;hp=bb51610ee0573d2429698cc670d35211c45b84fe;hpb=71ad8e582bd637fa61d1f8157de79ed546257cf9;p=kdenlive diff --git a/src/clipitem.h b/src/clipitem.h index bb51610e..4ee13a69 100644 --- a/src/clipitem.h +++ b/src/clipitem.h @@ -54,7 +54,7 @@ public: virtual int type() const; void resizeStart(int posx, bool size = true, bool emitChange = true); void resizeEnd(int posx, bool emitChange = true); - OPERATIONTYPE operationMode(const QPointF &pos); + OperationType operationMode(const QPointF &pos); static int itemHeight(); const QString clipProducer() const; int clipType() const; @@ -208,7 +208,7 @@ private: DocClipBase *m_clip; ItemInfo m_speedIndependantInfo; QString m_producer; - CLIPTYPE m_clipType; + ClipType m_clipType; QString m_clipName; QString m_effectNames; int m_startFade;