comparison base/XmlExportable.cpp @ 690:1424aa29ae95

Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
author Chris Cannam
date Tue, 14 Jun 2011 15:26:52 +0100
parents 06f13a3b9e9e
children 48e9f538e6e9
comparison
equal deleted inserted replaced
689:573d45e9487b 690:1424aa29ae95
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 // DEBUG << "XmlExportable::toXmlString" << endl; 28 // SVDEBUG << "XmlExportable::toXmlString" << endl;
29 29
30 QString s; 30 QString s;
31 31
32 { 32 {
33 QTextStream out(&s); 33 QTextStream out(&s);