Change remaining uses of {to,from}Ascii to {to,from}Latin1 [other]
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 3 May 2012 13:13:46 +0000 (15:13 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 3 May 2012 15:30:35 +0000 (17:30 +0200)
commitfd43e238233142bdd6b045c69f9cbb56b3601984
tree2d6262f47899458054faa9e4a278db45c3c7ab0f
parentaa38299ebe4d330b786d09003e5c06909447eae4
Change remaining uses of {to,from}Ascii to {to,from}Latin1 [other]

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: Ib84e307f486cb3049f0b61a667caa40799394f86
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/xmlpatterns/functions/qpatternmatchingfns.cpp
src/xmlpatterns/parser/qxquerytokenizer.cpp
src/xmlpatterns/parser/qxquerytokenizer_p.h
tests/auto/network-settings.h
tools/xmlpatterns/qapplicationargumentparser.cpp