]> git.sesse.net Git - kdenlive/blobdiff - src/effectslistwidget.h
Merge branch 'master' into feature/pkey
[kdenlive] / src / effectslistwidget.h
index 3828884671f23d653c0493bcf9adaac9f09ce183..0e6ba5b80da5fd45ef9f7db73bc46e14d430f091 100644 (file)
@@ -61,7 +61,7 @@ private:
      * @param current name of selected effect before reload; if an effect name matches this one it will become selected
      * @param found will be set to true if an effect name matches current
      */
-    void loadEffects(const EffectsList *effectlist, KIcon icon, QTreeWidgetItem *defaultFolder, const QList<QTreeWidgetItem *> *folders, const QString type, const QString current, bool *found);
+    void loadEffects(const EffectsList *effectlist, KIcon icon, QTreeWidgetItem *defaultFolder, const QList<QTreeWidgetItem *> *folders, int type, const QString current, bool *found);
 
 private slots:
     void slotExpandItem(const QModelIndex & index);