Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
465:63b8ba45d953 | 466:f35bfa88f0b5 |
---|---|
34 QString getLocalFilename() const; | 34 QString getLocalFilename() const; |
35 | 35 |
36 protected: | 36 protected: |
37 QUrl m_url; | 37 QUrl m_url; |
38 QString m_localFilename; | 38 QString m_localFilename; |
39 ProgressReporter *m_reporter; | |
39 bool m_ok; | 40 bool m_ok; |
40 | 41 |
41 void refresh(); | 42 void refresh(); |
42 bool retrieve(); | 43 bool retrieve(); |
43 | 44 |