X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Feffectstackedit.cpp;h=431c2c52930b87ca540c49f1f4ed4652c8984026;hb=aa17f2397f8cb15489c4b03cd78e9ee16cd2f485;hp=be6681497097c0f4ba5ec802e034a9f0903c2cb9;hpb=ff57a79c5515bf467bdd6abf0e011549a96d98e2;p=kdenlive diff --git a/src/effectstackedit.cpp b/src/effectstackedit.cpp index be668149..431c2c52 100644 --- a/src/effectstackedit.cpp +++ b/src/effectstackedit.cpp @@ -69,7 +69,7 @@ Monitor *EffectStackEdit::monitor() return m_metaInfo.monitor; } -void EffectStackEdit::updateProjectFormat(MltVideoProfile profile, Timecode t) +void EffectStackEdit::updateProjectFormat(const MltVideoProfile &profile, const Timecode &t) { m_metaInfo.profile = profile; m_metaInfo.timecode = t; @@ -190,3 +190,5 @@ void EffectStackEdit::setKeyframes(const QString &data, int maximum) m_paramWidget->setKeyframes(data, maximum); } + +#include "effectstackedit.moc"