comparison base/XmlExportable.cpp @ 383:94fc0591ea43 1.2-stable

* merge from trunk (1.2 ended up being tracked from trunk, but we may want this branch for fixes later)
author Chris Cannam
date Wed, 27 Feb 2008 10:32:45 +0000
parents 7a4bd2c8585c
children 7aa1de571880
comparison
equal deleted inserted replaced
349:f39d33b0b265 383:94fc0591ea43
23 23
24 QString 24 QString
25 XmlExportable::toXmlString(QString indent, 25 XmlExportable::toXmlString(QString indent,
26 QString extraAttributes) const 26 QString extraAttributes) const
27 { 27 {
28 std::cerr << "XmlExportable::toXmlString" << std::endl; 28 // std::cerr << "XmlExportable::toXmlString" << std::endl;
29 29
30 QString s; 30 QString s;
31 31
32 { 32 {
33 QTextStream out(&s); 33 QTextStream out(&s);