Mercurial > hg > svcore
comparison data/fileio/CSVFileReader.h @ 1119:e22bfe8ca248 tonioni
fixes the problem that the last note was not exported to csv
author | Matthias Mauch <mail@matthiasmauch.net> |
---|---|
date | Fri, 14 Aug 2015 18:16:14 +0100 |
parents | 26cf6d5251ec |
children | 39019ce29178 |
comparison
equal
deleted
inserted
replaced
1068:135c5899a71f | 1119:e22bfe8ca248 |
---|---|
24 | 24 |
25 #include <QList> | 25 #include <QList> |
26 #include <QStringList> | 26 #include <QStringList> |
27 | 27 |
28 class QFile; | 28 class QFile; |
29 class QIODevice; | |
29 | 30 |
30 class CSVFileReader : public DataFileReader | 31 class CSVFileReader : public DataFileReader |
31 { | 32 { |
32 public: | 33 public: |
33 /** | 34 /** |