X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Feffectslistwidget.h;h=5df95d1a5de77c8c465e1c3eb660644c2cda76ee;hb=c3302003093710ee247ad84c0fe2ef3c579d417f;hp=b3fd80b02b37e01b477f0eda604f95ecc8e9e63b;hpb=7ac877ea57663a02e9042939aa51eb700fbe4301;p=kdenlive diff --git a/src/effectslistwidget.h b/src/effectslistwidget.h index b3fd80b0..5df95d1a 100644 --- a/src/effectslistwidget.h +++ b/src/effectslistwidget.h @@ -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 *folders, int type, const QString current, bool *found); + void loadEffects(const EffectsList *effectlist, KIcon icon, QTreeWidgetItem *defaultFolder, const QList *folders, int type, const QString ¤t, bool *found); private slots: void slotExpandItem(const QModelIndex & index);