diff base/XmlExportable.cpp @ 318:7a4bd2c8585c

* Some export fixes, and avoid clipping on resampling on import
author Chris Cannam
date Mon, 22 Oct 2007 09:45:35 +0000
parents 70a232b1f12a
children ca3b91119482
line wrap: on
line diff
--- a/base/XmlExportable.cpp	Thu Oct 18 16:20:26 2007 +0000
+++ b/base/XmlExportable.cpp	Mon Oct 22 09:45:35 2007 +0000
@@ -19,10 +19,14 @@
 #include <QMutexLocker>
 #include <QTextStream>
 
+#include <iostream>
+
 QString
 XmlExportable::toXmlString(QString indent,
                            QString extraAttributes) const
 {
+    std::cerr << "XmlExportable::toXmlString" << std::endl;
+
     QString s;
 
     {