comparison widgets/CSVFormatDialog.h @ 1312:fcc1f45f7bd5 import-audio-data

Handle additional case
author Chris Cannam
date Thu, 28 Jun 2018 14:49:00 +0100
parents 2633a1d73e39
children b149b53df365
comparison
equal deleted inserted replaced
1311:43a28a52f8ab 1312:fcc1f45f7bd5
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef _CSV_FORMAT_DIALOG_H_ 16 #ifndef SV_CSV_FORMAT_DIALOG_H
17 #define _CSV_FORMAT_DIALOG_H_ 17 #define SV_CSV_FORMAT_DIALOG_H
18 18
19 #include "data/fileio/CSVFormat.h" 19 #include "data/fileio/CSVFormat.h"
20 20
21 class QTableWidget; 21 class QTableWidget;
22 class QComboBox; 22 class QComboBox;