X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmltdevicecapture.h;h=ea7291c9acc358faa069c0edcdf5ebdf4f76b75a;hb=99286622cdb61bf7ebb79951a816296817b6f192;hp=ffba41df90397483e44024db20523161540497c7;hpb=1404e8f1d631c81399e0e92ffce7dfac0195fabb;p=kdenlive diff --git a/src/mltdevicecapture.h b/src/mltdevicecapture.h index ffba41df..ea7291c9 100644 --- a/src/mltdevicecapture.h +++ b/src/mltdevicecapture.h @@ -86,7 +86,7 @@ Q_OBJECT public: void setOverlay(const QString &path); /** @brief This will add an MLT video effect to the overlay track. */ - void setOverlayEffect(const QString &tag, QStringList parameters); + void setOverlayEffect(const QString &tag, const QStringList ¶meters); /** @brief This will add a horizontal flip effect, easier to work when filming yourself. */ void mirror(bool activate);