comparison data/fileio/AudioFileReader.h @ 316:3a6725f285d6

* Make RemoteFile far more pervasive, and use it for local files as well so that we can handle both transparently. Make it shallow copy with reference counting, so it can be used by value without having to worry about the cache file lifetime. Use RemoteFile for MainWindow file-open functions, etc
author Chris Cannam
date Thu, 18 Oct 2007 15:31:20 +0000
parents c022976d18e8
children c324d410b096
comparison
equal deleted inserted replaced
315:96ef9746c560 316:3a6725f285d6
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 "model/Model.h" // for SampleBlock 20 #include "model/Model.h" // for SampleBlock
21
22 #include "RemoteFile.h"
21 23
22 class AudioFileReader : public QObject 24 class AudioFileReader : public QObject
23 { 25 {
24 Q_OBJECT 26 Q_OBJECT
25 27