X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Finiteffects.h;h=5230046703923410f95a30517c8753a601e6a59f;hb=2a899d6e8593fed7dfe4b42e55b3004dbc94bbdb;hp=cbc06d0858d5d55ff93cbde663a6dbfcc0825586;hpb=21a6715f382fe869867fe260081340817ea5b629;p=kdenlive diff --git a/src/initeffects.h b/src/initeffects.h index cbc06d08..52300467 100644 --- a/src/initeffects.h +++ b/src/initeffects.h @@ -54,7 +54,7 @@ public: * It checks for all available effects and transitions, removes blacklisted * ones, calls fillTransitionsList() and parseEffectFile() to fill the lists * (with sorted, unique items) and then fills the global lists. */ - static void parseEffectFiles(); + static void parseEffectFiles(const QString &locale = QString()); static void refreshLumas(); static QDomDocument createDescriptionFromMlt(Mlt::Repository* repository, const QString& type, const QString& name); static QDomDocument getUsedCustomEffects(QMap effectids);