Mercurial > hg > svcore
comparison data/model/WritableWaveFileModel.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 "fileio/WavFileWriter.h" | 21 #include "fileio/WavFileWriter.h" |
22 #include "fileio/WavFileReader.h" | 22 #include "fileio/WavFileReader.h" |
23 | 23 |
24 #include <QDir> | 24 #include <QDir> |
25 #include <QTextStream> | |
25 | 26 |
26 #include <cassert> | 27 #include <cassert> |
27 #include <iostream> | 28 #include <iostream> |
28 | 29 |
29 //#define DEBUG_WRITABLE_WAVE_FILE_MODEL 1 | 30 //#define DEBUG_WRITABLE_WAVE_FILE_MODEL 1 |