Mercurial > hg > svcore
changeset 1880:5671836cdac7
Merge
author | Chris Cannam |
---|---|
date | Thu, 25 Jun 2020 12:20:20 +0100 |
parents | 652c5360e682 (current diff) 231c6bcf0fa2 (diff) |
children | b504df98c3be e5d0ea9ac8f1 |
files | |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);