Mercurial > hg > svcore
comparison data/model/WaveFileModel.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 | 3a6725f285d6 |
comparison
equal
deleted
inserted
replaced
313:29485aa03da4 | 314:70a232b1f12a |
---|---|
20 | 20 |
21 #include "system/System.h" | 21 #include "system/System.h" |
22 | 22 |
23 #include <QMessageBox> | 23 #include <QMessageBox> |
24 #include <QFileInfo> | 24 #include <QFileInfo> |
25 #include <QTextStream> | |
25 | 26 |
26 #include <iostream> | 27 #include <iostream> |
27 #include <unistd.h> | 28 #include <unistd.h> |
28 #include <math.h> | 29 #include <math.h> |
29 #include <sndfile.h> | 30 #include <sndfile.h> |