]> git.sesse.net Git - kdenlive/blobdiff - src/documentvalidator.h
Fix typos in effect XML readme.
[kdenlive] / src / documentvalidator.h
index 2ee0a59f7ad92170977cbe11943aee77f9659311..a4427b7f9040d418a91ba5b15e39bb2048976a68 100644 (file)
@@ -37,6 +37,7 @@ private:
     QDomDocument m_doc;
     bool m_modified;
     bool upgrade(double version, const double currentVersion);
+    QStringList getInfoFromEffectName(const QString oldName);
     QString colorToString(const QColor& c);
 };