Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
467:c9b055f84326 | 468:70b333085952 |
---|---|
33 bool isOK() const; | 33 bool isOK() const; |
34 | 34 |
35 QString getLocalFilename() const; | 35 QString getLocalFilename() const; |
36 | 36 |
37 protected: | 37 protected: |
38 QUrl m_url; | 38 QString m_origin; |
39 QString m_localFilename; | 39 QString m_localFilename; |
40 ProgressReporter *m_reporter; | 40 ProgressReporter *m_reporter; |
41 bool m_ok; | 41 bool m_ok; |
42 | 42 |
43 void check(); | 43 void check(); |