Mercurial > hg > svgui
comparison widgets/CSVFormatDialog.cpp @ 913:50be12cf2802 cxx11
Build fixes for OS/X
author | Chris Cannam |
---|---|
date | Wed, 11 Mar 2015 13:30:37 +0000 |
parents | 4a578a360011 |
children | 2633a1d73e39 |
comparison
equal
deleted
inserted
replaced
912:635109400804 | 913:50be12cf2802 |
---|---|
28 #include <QComboBox> | 28 #include <QComboBox> |
29 #include <QLabel> | 29 #include <QLabel> |
30 #include <QDialogButtonBox> | 30 #include <QDialogButtonBox> |
31 | 31 |
32 #include <iostream> | 32 #include <iostream> |
33 #include <cmath> | |
33 | 34 |
34 #include "base/Debug.h" | 35 #include "base/Debug.h" |
35 | 36 |
36 CSVFormatDialog::CSVFormatDialog(QWidget *parent, CSVFormat format, | 37 CSVFormatDialog::CSVFormatDialog(QWidget *parent, CSVFormat format, |
37 int maxDisplayCols) : | 38 int maxDisplayCols) : |