comparison data/fileio/CSVFileReader.h @ 1127:815f82508f96 tony-2.0-integration

Back out Matthias's e22bfe8ca248 in the hope that my (earlier but on a different branch, and now merged) fix 882d448c8a6d will do the right thing
author Chris Cannam
date Thu, 20 Aug 2015 15:33:13 +0100
parents 39019ce29178
children 1bf38a4b91c4
comparison
equal deleted inserted replaced
1126:39019ce29178 1127:815f82508f96
25 #include <QList> 25 #include <QList>
26 #include <QStringList> 26 #include <QStringList>
27 #include <QIODevice> 27 #include <QIODevice>
28 28
29 class QFile; 29 class QFile;
30 class QIODevice;
31 30
32 class CSVFileReader : public DataFileReader 31 class CSVFileReader : public DataFileReader
33 { 32 {
34 public: 33 public:
35 /** 34 /**