]> git.sesse.net Git - kdenlive/blobdiff - src/effectslistview.h
Const'ref
[kdenlive] / src / effectslistview.h
index c744d080d8f8c1f502abe7a946d62b55d2cd0bfc..ab84655407d624869e88a257976248b73585093e 100644 (file)
@@ -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();
 };