Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]
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:47 +0000 (12:45 +0200)
commit712ca9d95a92d62eda809c959998313413516aa9
tree369870135d815d3db5b5942e32a4604b64bde724
parent2376a5c4e0ea930d43d9377f4e93738a20659097
Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]

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: I38f97ad379deafebef02c75d611343ca15640c8a
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
17 files changed:
src/corelib/io/qdir.cpp
src/corelib/io/qstandardpaths_json.cpp
src/corelib/io/qtextstream.cpp
src/corelib/kernel/qobject.cpp
src/corelib/kernel/qvariant.cpp
src/corelib/plugin/qlibrary_unix.cpp
src/corelib/plugin/qlibrary_win.cpp
src/corelib/tools/qeasingcurve.cpp
tests/auto/corelib/codecs/qtextcodec/tst_qtextcodec.cpp
tests/auto/corelib/io/qdir/tst_qdir.cpp
tests/auto/corelib/io/qfile/tst_qfile.cpp
tests/auto/corelib/kernel/qobject/signalbug/signalbug.cpp
tests/auto/corelib/tools/qbytearray/tst_qbytearray.cpp
tests/auto/corelib/tools/qcryptographichash/tst_qcryptographichash.cpp
tests/auto/corelib/tools/qeasingcurve/tst_qeasingcurve.cpp
tests/auto/other/collections/tst_collections.cpp
tests/benchmarks/corelib/io/qdiriterator/qfilesystemiterator.cpp