diff data/fileio/WavFileReader.cpp @ 317:c324d410b096

* RemoteFile -> FileSource now it's used all over the place for local files as well.
author Chris Cannam
date Thu, 18 Oct 2007 16:20:26 +0000
parents 3a6725f285d6
children 166c22eff678
line wrap: on
line diff
--- a/data/fileio/WavFileReader.cpp	Thu Oct 18 15:31:20 2007 +0000
+++ b/data/fileio/WavFileReader.cpp	Thu Oct 18 16:20:26 2007 +0000
@@ -20,7 +20,7 @@
 #include <QMutexLocker>
 #include <QFileInfo>
 
-WavFileReader::WavFileReader(RemoteFile source, bool fileUpdating) :
+WavFileReader::WavFileReader(FileSource source, bool fileUpdating) :
     m_file(0),
     m_source(source),
     m_path(source.getLocalFilename()),
@@ -204,7 +204,7 @@
 }
 
 bool
-WavFileReader::supports(RemoteFile &source)
+WavFileReader::supports(FileSource &source)
 {
     return (supportsExtension(source.getExtension()) ||
             supportsContentType(source.getContentType()));