Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtGui]
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 2 May 2012 14:32:26 +0000 (16:32 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 4 May 2012 10:45:52 +0000 (12:45 +0200)
commit575ede308e7a237980c3c1ba50a7e80941cd34c6
tree8114a3f5c5719d81ecf800a5ccaca9335bac6b68
parent712ca9d95a92d62eda809c959998313413516aa9
Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtGui]

This operation should be a no-op anyway, since at this point in time,
the fromAscii and toAscii functions simply call their fromLatin1 and
toLatin1 counterparts.

Task-number: QTBUG-21872
Change-Id: I2850033159508ebb1ff7564e15b99a146dbee94c
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/gui/image/qimage.h
src/gui/text/qtextdocument.cpp
tests/auto/gui/image/qimagereader/tst_qimagereader.cpp
tests/auto/gui/text/qtextdocument/tst_qtextdocument.cpp
tests/auto/gui/text/qtextdocumentfragment/tst_qtextdocumentfragment.cpp
tests/auto/gui/text/qtextlayout/tst_qtextlayout.cpp
tests/auto/other/qaccessibility/tst_qaccessibility.cpp
tests/benchmarks/gui/image/blendbench/main.cpp
tests/benchmarks/gui/painting/qpainter/tst_qpainter.cpp