diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2010-09-17 06:30:04 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2010-09-30 09:52:20 (GMT) |
commit | 086a349d770eafe007136f3dda6ef7d6093a86a9 (patch) | |
tree | 7031a436cd38f33547bbacaf01c3db3c5a88871f /src/gui/painting/qpdf_p.h | |
parent | 5bd6f7eb5c7d87c08539b6c2df416990cc417ec7 (diff) | |
download | Qt-086a349d770eafe007136f3dda6ef7d6093a86a9.zip Qt-086a349d770eafe007136f3dda6ef7d6093a86a9.tar.gz Qt-086a349d770eafe007136f3dda6ef7d6093a86a9.tar.bz2 |
Moving QPdf::stripSpecialCharacter to fontengine
It is only used by the fontengines. This is one of the steps to make it
easier to make fontengines build outside of QtGui.
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Diffstat (limited to 'src/gui/painting/qpdf_p.h')
-rw-r--r-- | src/gui/painting/qpdf_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/painting/qpdf_p.h b/src/gui/painting/qpdf_p.h index 9c4d05d..5c5ceb4 100644 --- a/src/gui/painting/qpdf_p.h +++ b/src/gui/painting/qpdf_p.h @@ -156,8 +156,6 @@ namespace QPdf { PaperSize paperSize(QPrinter::PaperSize paperSize); const char *paperSizeToString(QPrinter::PaperSize paperSize); - - QByteArray stripSpecialCharacters(const QByteArray &string); } |