diff 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
line wrap: on
line diff
--- a/data/fileio/AudioFileReader.h	Thu Oct 18 10:24:26 2007 +0000
+++ b/data/fileio/AudioFileReader.h	Thu Oct 18 15:31:20 2007 +0000
@@ -19,6 +19,8 @@
 #include <QString>
 #include "model/Model.h" // for SampleBlock
 
+#include "RemoteFile.h"
+
 class AudioFileReader : public QObject
 {
     Q_OBJECT