comparison data/fileio/WavFileReader.h @ 345:700cd3350391

* Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename. It's still rather unstable though.
author Chris Cannam
date Wed, 28 Nov 2007 17:45:37 +0000
parents c324d410b096
children f0558e69a074
comparison
equal deleted inserted replaced
344:277006c62fea 345:700cd3350391
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.