X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdocclipbase.h;h=7701f0743d12b1c9251e156968a2818a8c62ff94;hb=c24658bd34221d735f0641c924b890e1a6be7101;hp=1b21a58381d60cfc01e489fc6fd28fbae2e085e1;hpb=910f914b9ed57d1edaacbc382e68f18d6237d188;p=kdenlive diff --git a/src/docclipbase.h b/src/docclipbase.h index 1b21a583..7701f074 100644 --- a/src/docclipbase.h +++ b/src/docclipbase.h @@ -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;