changeset 837:1de00ee53be1

Add CSVFile option
author Chris Cannam
date Wed, 09 Oct 2013 14:45:21 +0100
parents f3c98e89cf75
children 33fca917c800
files data/fileio/FileFinder.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/data/fileio/FileFinder.h	Wed Oct 09 14:44:05 2013 +0100
+++ b/data/fileio/FileFinder.h	Wed Oct 09 14:45:21 2013 +0100
@@ -28,7 +28,8 @@
         LayerFileNoMidi,
         SessionOrAudioFile,
         ImageFile,
-        AnyFile
+        AnyFile,
+        CSVFile,
     };
 
     virtual QString getOpenFileName(FileType type, QString fallbackLocation = "") = 0;