Mercurial > hg > svcore
diff data/fileio/CSVFileWriter.h @ 839:38bb7c8e415d
Add writeSelection
author | Chris Cannam |
---|---|
date | Wed, 09 Oct 2013 14:51:46 +0100 |
parents | 1a42221a1522 |
children | 074d7c51e973 |
line wrap: on
line diff
--- a/data/fileio/CSVFileWriter.h Wed Oct 09 14:47:19 2013 +0100 +++ b/data/fileio/CSVFileWriter.h Wed Oct 09 14:51:46 2013 +0100 @@ -20,6 +20,7 @@ #include <QString> class Model; +class MultiSelection; class CSVFileWriter : public QObject { @@ -33,6 +34,7 @@ virtual QString getError() const; virtual void write(); + virtual void writeSelection(MultiSelection *selection); protected: QString m_path;