# HG changeset patch # User Chris Cannam # Date 1593073817 -3600 # Node ID 231c6bcf0fa235ec01185990a7806041ba816e5c # Parent 258e356b1a7bcef5cd307b603fe3f3f0166603d6 Comment only diff -r 258e356b1a7b -r 231c6bcf0fa2 transform/Transform.h --- a/transform/Transform.h Mon Jun 22 16:57:09 2020 +0100 +++ b/transform/Transform.h Thu Jun 25 09:30:17 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);