Mercurial > hg > svcore
diff data/fileio/MP3FileReader.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 | aa8dbac62024 |
children | 183ee2a55fc7 |
line wrap: on
line diff
--- a/data/fileio/MP3FileReader.h Wed Nov 28 13:20:40 2007 +0000 +++ b/data/fileio/MP3FileReader.h Wed Nov 28 17:45:37 2007 +0000 @@ -43,6 +43,7 @@ virtual QString getError() const { return m_error; } + virtual QString getLocation() const { return m_source.getLocation(); } virtual QString getTitle() const { return m_title; } virtual QString getMaker() const { return m_maker; }