Mercurial > hg > easaier-soundaccess
comparison data/fileio/CSVFileReader.h @ 189:6a31322cd9ed
compilation under linux: resolve bug with std::min
author | lbajardsilogic |
---|---|
date | Tue, 27 Nov 2007 13:11:44 +0000 |
parents | fc9323a41f5a |
children |
comparison
equal
deleted
inserted
replaced
188:56c167f3648a | 189:6a31322cd9ed |
---|---|
14 */ | 14 */ |
15 | 15 |
16 #ifndef _CSV_FILE_READER_H_ | 16 #ifndef _CSV_FILE_READER_H_ |
17 #define _CSV_FILE_READER_H_ | 17 #define _CSV_FILE_READER_H_ |
18 | 18 |
19 #include "DataFileReader.h" | |
20 | |
21 #include <QList> | 19 #include <QList> |
22 #include <QStringList> | 20 #include <QStringList> |
23 #include <QDialog> | 21 #include <QDialog> |
22 | |
23 #include "DataFileReader.h" | |
24 | 24 |
25 class QFile; | 25 class QFile; |
26 class QTableWidget; | 26 class QTableWidget; |
27 class QComboBox; | 27 class QComboBox; |
28 class QLabel; | 28 class QLabel; |