Mercurial > hg > svcore
diff data/fileio/CSVFileWriter.cpp @ 1815:c546429d4c2f
Add optional ability to write a header on delimited data output, & to write times in frames
author | Chris Cannam |
---|---|
date | Fri, 10 Jan 2020 14:29:54 +0000 |
parents | 6e9615bde1f9 |
children | fd5a87f3c5b4 |
line wrap: on
line diff
--- a/data/fileio/CSVFileWriter.cpp Wed Jan 08 15:26:49 2020 +0000 +++ b/data/fileio/CSVFileWriter.cpp Fri Jan 10 14:29:54 2020 +0000 @@ -85,6 +85,9 @@ QTextStream out(&file); +// out << m_model->getDelimitedDataHeaderLine(m_delimiter, m_options) +// << endl; + sv_frame_t blockSize = 65536; if (m_model->isSparse()) {