Mercurial > hg > svcore
changeset 1878:231c6bcf0fa2
Comment only
author | Chris Cannam |
---|---|
date | Thu, 25 Jun 2020 09:30:17 +0100 |
parents | 258e356b1a7b |
children | 5671836cdac7 |
files | transform/Transform.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);