Mercurial > hg > svcore
comparison data/fileio/AudioFileReader.h @ 150:4b2ea82fd0ed
* Reorganising code base. This revision probably should compile once more.
| author | Chris Cannam |
|---|---|
| date | Mon, 31 Jul 2006 14:05:22 +0000 |
| parents | 1a42221a1522 |
| children | b0f4555b625e |
comparison
equal
deleted
inserted
replaced
| 149:3e4c384f518e | 150:4b2ea82fd0ed |
|---|---|
| 15 | 15 |
| 16 #ifndef _AUDIO_FILE_READER_H_ | 16 #ifndef _AUDIO_FILE_READER_H_ |
| 17 #define _AUDIO_FILE_READER_H_ | 17 #define _AUDIO_FILE_READER_H_ |
| 18 | 18 |
| 19 #include <QString> | 19 #include <QString> |
| 20 #include "base/Model.h" // for SampleBlock | 20 #include "model/Model.h" // for SampleBlock |
| 21 | 21 |
| 22 class AudioFileReader | 22 class AudioFileReader |
| 23 { | 23 { |
| 24 public: | 24 public: |
| 25 virtual ~AudioFileReader() { } | 25 virtual ~AudioFileReader() { } |
