Mercurial > hg > svcore
diff data/fileio/FileFinder.h @ 837:1de00ee53be1
Add CSVFile option
author | Chris Cannam |
---|---|
date | Wed, 09 Oct 2013 14:45:21 +0100 |
parents | 43b0bfd07bd3 |
children | 6b77fcc39723 c475940aba79 |
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;