]> git.sesse.net Git - kdenlive/blobdiff - src/documentvalidator.h
Update mechanism for effects.
[kdenlive] / src / documentvalidator.h
index a4427b7f9040d418a91ba5b15e39bb2048976a68..dd15c1e35a547b5679e54e4bffddf5d75bf03d4e 100644 (file)
@@ -39,6 +39,7 @@ private:
     bool upgrade(double version, const double currentVersion);
     QStringList getInfoFromEffectName(const QString oldName);
     QString colorToString(const QColor& c);
+    void updateEffects();
 };
 
 #endif