comparison transform/Transform.h @ 1878:231c6bcf0fa2

Comment only
author Chris Cannam
date Thu, 25 Jun 2020 09:30:17 +0100
parents ad5f892c0c4d
children
comparison
equal deleted inserted replaced
1877:258e356b1a7b 1878:231c6bcf0fa2
44 */ 44 */
45 Transform(); 45 Transform();
46 46
47 /** 47 /**
48 * Construct a Transform by parsing the given XML data string. 48 * Construct a Transform by parsing the given XML data string.
49 * This is the inverse of toXml. If this fails, getErrorString() 49 * This is the inverse of toXmlString. If this fails,
50 * will return a non-empty string. 50 * getErrorString() will return a non-empty string.
51 */ 51 */
52 Transform(QString xml); 52 Transform(QString xml);
53 53
54 virtual ~Transform(); 54 virtual ~Transform();
55 55