# HG changeset patch # User Chris Cannam # Date 1593084020 -3600 # Node ID 5671836cdac79812092de25733d144126fc9526b # Parent 652c5360e6823e2fd455ec8bfa8f486db3f014af# Parent 231c6bcf0fa235ec01185990a7806041ba816e5c Merge diff -r 652c5360e682 -r 5671836cdac7 transform/Transform.h --- a/transform/Transform.h Thu Jun 25 12:20:06 2020 +0100 +++ b/transform/Transform.h Thu Jun 25 12:20:20 2020 +0100 @@ -46,8 +46,8 @@ /** * Construct a Transform by parsing the given XML data string. - * This is the inverse of toXml. If this fails, getErrorString() - * will return a non-empty string. + * This is the inverse of toXmlString. If this fails, + * getErrorString() will return a non-empty string. */ Transform(QString xml);