diff transform/CSVFeatureWriter.h @ 1000:ec6e69373997

Implement end-times option for CSV writer (not yet tested)
author Chris Cannam
date Tue, 14 Oct 2014 17:30:37 +0100
parents e25dc8d57565
children 51bf067de517
line wrap: on
line diff
--- a/transform/CSVFeatureWriter.h	Tue Oct 14 10:07:02 2014 +0100
+++ b/transform/CSVFeatureWriter.h	Tue Oct 14 17:30:37 2014 +0100
@@ -56,6 +56,7 @@
 private:
     QString m_separator;
     bool m_sampleTiming;
+    bool m_endTimes;
     QString m_prevPrintedTrackId;
 };