diff data/fileio/CachedFile.h @ 466:f35bfa88f0b5

* flesh out CachedFile a bit more
author Chris Cannam
date Mon, 27 Oct 2008 15:07:35 +0000
parents 63b8ba45d953
children c9b055f84326
line wrap: on
line diff
--- a/data/fileio/CachedFile.h	Mon Oct 27 11:53:35 2008 +0000
+++ b/data/fileio/CachedFile.h	Mon Oct 27 15:07:35 2008 +0000
@@ -36,6 +36,7 @@
 protected:
     QUrl m_url;
     QString m_localFilename;
+    ProgressReporter *m_reporter;
     bool m_ok;
 
     void refresh();