Change uses of {to,from}Ascii to {to,from}Latin1
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 3 May 2012 12:42:53 +0000 (14:42 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 4 May 2012 08:36:17 +0000 (10:36 +0200)
commit44f9412bf789d73dd462292038686f5b07026132
tree8f0c57c9c9a72317bed52b18519944b0b6ce87a9
parentc96c1d152c8506afb3993f23ac7cf35e46fb808f
Change uses of {to,from}Ascii to {to,from}Latin1

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: I03084595ddc425a988374b8352fd23e9504ffba6
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
14 files changed:
src/plugins/accessible/quick/qaccessiblequickitem.cpp
src/plugins/accessible/quick/qaccessiblequickview.cpp
src/qml/qml/qqmlboundsignal.cpp
src/qml/qml/qqmlglobal.cpp
src/qml/qml/v8/qjsvalue.cpp
src/qmltest/quicktestevent.cpp
src/quick/items/context2d/qquickcanvasitem.cpp
src/quick/util/qquickglobal.cpp
tests/auto/qml/debugger/qqmldebugclient/tst_qqmldebugclient.cpp
tests/auto/qml/debugger/qqmldebugservice/tst_qqmldebugservice.cpp
tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
tests/auto/quick/qquickloader/tst_qquickloader.cpp
tests/benchmarks/qml/holistic/tst_holistic.cpp
tools/qmlplugindump/main.cpp