X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftimecode.cpp;h=d36b0f2148a0c32f2914fe01a54cb605d9bf9e22;hb=a7640ab08689fb80c17386868d9e161960a4ffd2;hp=08d524d13b274eabfa2bc52c8a39eb8e91b2a13d;hpb=a1f0a54b93ab364a37fd8242c1881c61d066ada7;p=kdenlive diff --git a/src/timecode.cpp b/src/timecode.cpp index 08d524d1..d36b0f21 100644 --- a/src/timecode.cpp +++ b/src/timecode.cpp @@ -82,7 +82,7 @@ return frameNumber; #include -#include +#include #include "timecode.h" @@ -117,7 +117,7 @@ bool Timecode::df() const return m_dropFrameTimecode; } -const QString Timecode::mask(GenTime t) const +const QString Timecode::mask(const GenTime& t) const { if (t < GenTime()) { if (m_dropFrameTimecode) return "#99:99:99,99";