X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Feffectslistview.h;h=ab84655407d624869e88a257976248b73585093e;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=c744d080d8f8c1f502abe7a946d62b55d2cd0bfc;hpb=fc1415ba45654f57bc25264fcd9e16221523f626;p=kdenlive diff --git a/src/effectslistview.h b/src/effectslistview.h index c744d080..ab846554 100644 --- a/src/effectslistview.h +++ b/src/effectslistview.h @@ -87,10 +87,10 @@ private slots: /** @brief Expands folders that match our search. * @param text Current search string */ - void slotAutoExpand(QString text); + void slotAutoExpand(const QString &text); signals: - void addEffect(const QDomElement); + void addEffect(const QDomElement&); void reloadEffects(); };