Mercurial > hg > svcore
diff data/fileio/OggVorbisFileReader.h @ 1097:abc309f507ae simple-fft-model
Tidy
author | Chris Cannam |
---|---|
date | Mon, 15 Jun 2015 12:38:50 +0100 |
parents | fe39581d249b |
children | 1c9bbbb6116a |
line wrap: on
line diff
--- a/data/fileio/OggVorbisFileReader.h Mon Jun 15 12:19:47 2015 +0100 +++ b/data/fileio/OggVorbisFileReader.h Mon Jun 15 12:38:50 2015 +0100 @@ -34,17 +34,12 @@ Q_OBJECT public: - enum DecodeMode { - DecodeAtOnce, // decode the file on construction, with progress - DecodeThreaded // decode in a background thread after construction - }; - OggVorbisFileReader(FileSource source, DecodeMode decodeMode, CacheMode cacheMode, sv_samplerate_t targetRate = 0, bool normalised = false, - ProgressReporter *reporter = 0); + ProgressReporter *reporter = nullptr); virtual ~OggVorbisFileReader(); virtual QString getError() const { return m_error; }