Mercurial > hg > svapp
diff framework/SVFileReader.h @ 328:28c17ce7a6e9 tony_integration
Merge from tonioni branch
author | Chris Cannam |
---|---|
date | Tue, 28 Jan 2014 15:02:15 +0000 |
parents | 289d65722123 |
children | 618d5816b04d |
line wrap: on
line diff
--- a/framework/SVFileReader.h Thu Dec 12 15:20:14 2013 +0000 +++ b/framework/SVFileReader.h Tue Jan 28 15:02:15 2014 +0000 @@ -222,6 +222,8 @@ bool readDerivation(const QXmlAttributes &); bool readPlayParameters(const QXmlAttributes &); bool readPlugin(const QXmlAttributes &); + bool readPluginForTransform(const QXmlAttributes &); + bool readPluginForPlayback(const QXmlAttributes &); bool readTransform(const QXmlAttributes &); bool readParameter(const QXmlAttributes &); bool readSelection(const QXmlAttributes &);