Mercurial > hg > svapp
diff framework/SVFileReader.h @ 350:aebee52e86b3
Merge from branch tony_integration
author | Chris Cannam |
---|---|
date | Wed, 14 May 2014 09:54:46 +0100 |
parents | 289d65722123 |
children | 618d5816b04d |
line wrap: on
line diff
--- a/framework/SVFileReader.h Thu Feb 06 15:31:57 2014 +0000 +++ b/framework/SVFileReader.h Wed May 14 09:54:46 2014 +0100 @@ -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 &);