comparison base/XmlExportable.cpp @ 356:ca3b91119482

* fix support for logarithmic hints in plugin parameters
author Chris Cannam
date Mon, 17 Dec 2007 12:32:28 +0000
parents 7a4bd2c8585c
children 7aa1de571880
comparison
equal deleted inserted replaced
355:d02f71281639 356:ca3b91119482
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);