Mercurial > hg > svcore
comparison data/model/WaveFileModel.cpp @ 392:183ee2a55fc7
* More work to abstract out interactive components used in the data library,
so that it does not need to depend on QtGui.
| author | Chris Cannam |
|---|---|
| date | Fri, 14 Mar 2008 17:14:21 +0000 |
| parents | 166c22eff678 |
| children | 9c7ebf2cd956 |
comparison
equal
deleted
inserted
replaced
| 391:5858cc462d0a | 392:183ee2a55fc7 |
|---|---|
| 18 #include "fileio/AudioFileReader.h" | 18 #include "fileio/AudioFileReader.h" |
| 19 #include "fileio/AudioFileReaderFactory.h" | 19 #include "fileio/AudioFileReaderFactory.h" |
| 20 | 20 |
| 21 #include "system/System.h" | 21 #include "system/System.h" |
| 22 | 22 |
| 23 #include <QMessageBox> | |
| 24 #include <QFileInfo> | 23 #include <QFileInfo> |
| 25 #include <QTextStream> | 24 #include <QTextStream> |
| 26 | 25 |
| 27 #include <iostream> | 26 #include <iostream> |
| 28 #include <unistd.h> | 27 #include <unistd.h> |
