comparison data/fileio/CachedFile.h @ 691:b99dc5465b80

Seems check() is also sometimes defined on OS/X
author Chris Cannam
date Tue, 14 Jun 2011 15:28:42 +0100
parents e340b2fb9471
children ad5f892c0c4d
comparison
equal deleted inserted replaced
690:1424aa29ae95 691:b99dc5465b80
44 QString m_localFilename; 44 QString m_localFilename;
45 QString m_preferredContentType; 45 QString m_preferredContentType;
46 ProgressReporter *m_reporter; 46 ProgressReporter *m_reporter;
47 bool m_ok; 47 bool m_ok;
48 48
49 void check(); 49 void checkFile();
50 bool retrieve(); 50 bool retrieve();
51 51
52 QDateTime getLastRetrieval(); 52 QDateTime getLastRetrieval();
53 void updateLastRetrieval(bool successful); 53 void updateLastRetrieval(bool successful);
54 54