Mercurial > hg > svcore
comparison transform/FileFeatureWriter.h @ 930:06579b8ffb7b warnfix_no_size_t
More size_t evisceration and warning fixes
author | Chris Cannam |
---|---|
date | Tue, 17 Jun 2014 14:49:49 +0100 |
parents | 608b4dc5ff34 |
children | 2104ea2204d2 |
comparison
equal
deleted
inserted
replaced
929:59e7fe1b1003 | 930:06579b8ffb7b |
---|---|
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; |