diff data/data.pro @ 210:a06afefe45ee

* Cancel when downloading file * Handle status codes (404 etc) * Add RemoteFile::isAvailable * Start on FileFinder for looking up files referred to in distant sessions
author Chris Cannam
date Wed, 10 Jan 2007 17:26:39 +0000
parents 8a3d68910b37
children a867be73b638
line wrap: on
line diff
--- a/data/data.pro	Wed Jan 10 12:27:55 2007 +0000
+++ b/data/data.pro	Wed Jan 10 17:26:39 2007 +0000
@@ -26,6 +26,7 @@
            fileio/CSVFileWriter.h \
            fileio/DataFileReader.h \
            fileio/DataFileReaderFactory.h \
+           fileio/FileFinder.h \
            fileio/FileReadThread.h \
            fileio/MatrixFile.h \
            fileio/MIDIFileReader.h \
@@ -60,6 +61,7 @@
            fileio/CSVFileReader.cpp \
            fileio/CSVFileWriter.cpp \
            fileio/DataFileReaderFactory.cpp \
+           fileio/FileFinder.cpp \
            fileio/FileReadThread.cpp \
            fileio/MatrixFile.cpp \
            fileio/MIDIFileReader.cpp \