]> git.sesse.net Git - kdenlive/blobdiff - src/effectslistwidget.h
use const'ref
[kdenlive] / src / effectslistwidget.h
index 0e6ba5b80da5fd45ef9f7db73bc46e14d430f091..c44d0f65f36db0f66b8a253d9cae2082de6f2114 100644 (file)
@@ -50,7 +50,7 @@ protected:
 private:
     QMenu *m_menu;
     /** @brief Returns the folder item whose name == @param name. */
-    QTreeWidgetItem *findFolder(const QString name);
+    QTreeWidgetItem *findFolder(const QString &name);
 
     /** @brief Loads the effects from the given effectlist as item of this widget.
      * @param effectlist effectlist containing the effects that should be loaded