X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Feffectslist.h;h=df9b0045cb98122b598df63054913c4079465680;hb=5beaaab806a7678bc2046ce5e102e1a0193d2407;hp=2ef55f0f4bdaf82263e2c3f57a5b3eb59b82fda6;hpb=56e9707ac4506d0f35683e2bf0326d9ff2dff2d4;p=kdenlive diff --git a/src/effectslist.h b/src/effectslist.h index 2ef55f0f..df9b0045 100644 --- a/src/effectslist.h +++ b/src/effectslist.h @@ -62,7 +62,7 @@ public: QStringList effectNames(); QString getInfo(const QString & tag, const QString & id) const; QString getInfoFromIndex(const int ix) const; - QString getEffectInfo(const QDomElement effect) const; + QString getEffectInfo(const QDomElement &effect) const; void clone(const EffectsList &original); QDomElement append(QDomElement e); bool isEmpty() const;