X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdocclipbase.h;h=7701f0743d12b1c9251e156968a2818a8c62ff94;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=f59df01f81a665fb081eff7433064a71754e72dd;hpb=b01ea4492797423d21852d87ee942bb4b15783b6;p=kdenlive diff --git a/src/docclipbase.h b/src/docclipbase.h index f59df01f..7701f074 100644 --- a/src/docclipbase.h +++ b/src/docclipbase.h @@ -22,7 +22,7 @@ *@author Jason Wood */ -#include +#include #include #include #include @@ -92,9 +92,9 @@ public: void setDuration(const GenTime &dur); /** returns clip type (audio, text, image,...) */ - const CLIPTYPE & clipType() const; + const ClipType & clipType() const; /** set clip type (audio, text, image,...) */ - void setClipType(CLIPTYPE type); + void setClipType(ClipType type); /** remove tmp file if the clip has one (for example text clips) */ void removeTmpFile() const; @@ -219,7 +219,7 @@ private: // Private attributes QList m_videoTrackProducers; QList m_audioTrackProducers; QList m_toDeleteProducers; - CLIPTYPE m_clipType; + ClipType m_clipType; /** A list of snap markers; these markers are added to a clips snap-to points, and are displayed as necessary. */ QList < CommentedTime > m_snapMarkers;