diff data/model/AggregateWaveModel.cpp @ 314:70a232b1f12a

* Make XmlExportable::toXml the function that is universally overridden (and pure virtual) instead of toXmlString. Tidies up some classes, notably the model classes, significantly. Closes #1794561.
author Chris Cannam
date Thu, 18 Oct 2007 10:15:07 +0000
parents 5877d68815c7
children 0e30c8ec15a0 94fc0591ea43
line wrap: on
line diff
--- a/data/model/AggregateWaveModel.cpp	Wed Oct 17 12:58:45 2007 +0000
+++ b/data/model/AggregateWaveModel.cpp	Thu Oct 18 10:15:07 2007 +0000
@@ -17,6 +17,8 @@
 
 #include <iostream>
 
+#include <QTextStream>
+
 PowerOfSqrtTwoZoomConstraint
 AggregateWaveModel::m_zoomConstraint;