Mercurial > hg > svcore
comparison data/fileio/CSVFileReader.h @ 1599:ce185d4dd408 bqaudiostream
Merge from default branch
author | Chris Cannam |
---|---|
date | Wed, 23 Jan 2019 14:43:43 +0000 |
parents | c01cbe41aeb5 |
children | 2654bf447a84 |
comparison
equal
deleted
inserted
replaced
1598:d2555df635ec | 1599:ce185d4dd408 |
---|---|
50 sv_samplerate_t mainModelSampleRate, | 50 sv_samplerate_t mainModelSampleRate, |
51 ProgressReporter *reporter = 0); | 51 ProgressReporter *reporter = 0); |
52 | 52 |
53 virtual ~CSVFileReader(); | 53 virtual ~CSVFileReader(); |
54 | 54 |
55 virtual bool isOK() const; | 55 bool isOK() const override; |
56 virtual QString getError() const; | 56 QString getError() const override; |
57 | 57 |
58 virtual Model *load() const; | 58 Model *load() const override; |
59 | 59 |
60 protected: | 60 protected: |
61 CSVFormat m_format; | 61 CSVFormat m_format; |
62 QIODevice *m_device; | 62 QIODevice *m_device; |
63 bool m_ownDevice; | 63 bool m_ownDevice; |