diff 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
line wrap: on
line diff
--- a/data/fileio/CSVFileReader.h	Mon Apr 13 13:52:05 2015 +0100
+++ b/data/fileio/CSVFileReader.h	Fri Aug 14 18:16:14 2015 +0100
@@ -26,6 +26,7 @@
 #include <QStringList>
 
 class QFile;
+class QIODevice;
 
 class CSVFileReader : public DataFileReader
 {