Mercurial > hg > svcore
comparison base/XmlExportable.cpp @ 687:06f13a3b9e9e debug-output
Convert many cerrs to DEBUGs
author | Chris Cannam |
---|---|
date | Mon, 16 May 2011 17:19:09 +0100 |
parents | 7aa1de571880 |
children | 1424aa29ae95 |
comparison
equal
deleted
inserted
replaced
686:b4a8d8221eaf | 687:06f13a3b9e9e |
---|---|
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 // DEBUG << "XmlExportable::toXmlString" << endl; |
29 | 29 |
30 QString s; | 30 QString s; |
31 | 31 |
32 { | 32 { |
33 QTextStream out(&s); | 33 QTextStream out(&s); |