Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]
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:46:05 +0000 (12:46 +0200)
commitdd5b373d41f99f06efd1a927a3323abada4fd6ef
treecc5f084b93a351df22a84b62dc3977df1e69caf1
parent2883a6de408c991ecf6184d7216c7d3de6fa4f4f
Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]

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: I94cc301ea75cc689bcb6e2d417120cf14e36808d
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
Reviewed-by: Richard J. Moore <rich@kde.org>
examples/network/dnslookup/dnslookup.cpp
src/network/access/qftp.cpp
src/network/access/qhttpnetworkconnection.cpp
src/network/ssl/qsslsocket_openssl.cpp
tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp
tests/auto/network/bearer/qnetworksession/lackey/main.cpp
tests/auto/network/socket/qudpsocket/tst_qudpsocket.cpp
tests/auto/network/ssl/qsslcertificate/tst_qsslcertificate.cpp
tests/benchmarks/network/access/qnetworkreply/tst_qnetworkreply.cpp
tests/manual/bearerex/datatransferer.cpp