comparison data/fileio/WavFileReader.h @ 384:6f6ab834449d spectrogram-cache-rejig

* Merge from trunk
author Chris Cannam
date Wed, 27 Feb 2008 11:59:42 +0000
parents c324d410b096
children f0558e69a074
comparison
equal deleted inserted replaced
337:a6fab10ff9e6 384:6f6ab834449d
27 { 27 {
28 public: 28 public:
29 WavFileReader(FileSource source, bool fileUpdating = false); 29 WavFileReader(FileSource source, bool fileUpdating = false);
30 virtual ~WavFileReader(); 30 virtual ~WavFileReader();
31 31
32 virtual QString getLocation() const { return m_source.getLocation(); }
32 virtual QString getError() const { return m_error; } 33 virtual QString getError() const { return m_error; }
33 34
34 /** 35 /**
35 * Must be safe to call from multiple threads with different 36 * Must be safe to call from multiple threads with different
36 * arguments on the same object at the same time. 37 * arguments on the same object at the same time.