diff data/fileio/CachedFile.h @ 468:70b333085952

* complete switching the code to use CachedFile -- now to tidy & fix the remaining flaws...
author Chris Cannam
date Mon, 27 Oct 2008 20:29:55 +0000
parents c9b055f84326
children a82645e788fc
line wrap: on
line diff
--- a/data/fileio/CachedFile.h	Mon Oct 27 18:15:20 2008 +0000
+++ b/data/fileio/CachedFile.h	Mon Oct 27 20:29:55 2008 +0000
@@ -35,7 +35,7 @@
     QString getLocalFilename() const;
 
 protected:
-    QUrl m_url;
+    QString m_origin;
     QString m_localFilename;
     ProgressReporter *m_reporter;
     bool m_ok;