Mercurial > hg > svcore
comparison transform/FileFeatureWriter.h @ 936:0c1d6de8f44b
Merge from branch warnfix_no_size_t
author | Chris Cannam |
---|---|
date | Wed, 18 Jun 2014 13:51:16 +0100 |
parents | 06579b8ffb7b |
children | 2104ea2204d2 |
comparison
equal
deleted
inserted
replaced
917:49618f39ff09 | 936:0c1d6de8f44b |
---|---|
65 | 65 |
66 QString getOutputFilename(QString, TransformId); | 66 QString getOutputFilename(QString, TransformId); |
67 QFile *getOutputFile(QString, TransformId); | 67 QFile *getOutputFile(QString, TransformId); |
68 | 68 |
69 // subclass can implement this to be called before file is opened for append | 69 // subclass can implement this to be called before file is opened for append |
70 virtual void reviewFileForAppending(QString filename) { } | 70 virtual void reviewFileForAppending(QString) { } |
71 | 71 |
72 int m_support; | 72 int m_support; |
73 QString m_extension; | 73 QString m_extension; |
74 QString m_baseDir; | 74 QString m_baseDir; |
75 bool m_manyFiles; | 75 bool m_manyFiles; |