diff options
Diffstat (limited to 'src/rtfgen.h')
-rw-r--r-- | src/rtfgen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtfgen.h b/src/rtfgen.h index a32a097..ce92d53 100644 --- a/src/rtfgen.h +++ b/src/rtfgen.h @@ -46,7 +46,7 @@ class RTFGenerator : public OutputGenerator void writeFooter() {} void endFile(); void clearBuffer(); - void postProcess(QByteArray &); + //void postProcess(QByteArray &); void startIndexSection(IndexSections); void endIndexSection(IndexSections); |