Mercurial > hg > svgui
diff widgets/CSVExportDialog.cpp @ 1611:a6e37c28d762
Fix some Qt deprecations
author | Chris Cannam |
---|---|
date | Tue, 16 Jun 2020 15:16:50 +0100 |
parents | 9cd77efef37c |
children |
line wrap: on
line diff
--- a/widgets/CSVExportDialog.cpp Thu May 14 16:38:09 2020 +0100 +++ b/widgets/CSVExportDialog.cpp Tue Jun 16 15:16:50 2020 +0100 @@ -70,7 +70,7 @@ defaultSeparator = '\t'; } - rowColLayout->addWidget(new QLabel(tr("Column separator:"), 0, 0)); + rowColLayout->addWidget(new QLabel(tr("Column separator:"))); m_separatorCombo = new QComboBox; for (auto p: separators) { if (p.second == '\t' || p.second == ' ') {