Change uses of {to,from}Ascii to {to,from}Latin1 [other tools]
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 3 May 2012 13:46:22 +0000 (15:46 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 3 May 2012 13:55:06 +0000 (15:55 +0200)
commit237032f93332a491b392669fe3a3fb5bd670f46d
tree9721c3ac68e33ec533025f63c383b2c823f9922b
parent1d500479de36c8d7709a5a029c9bdd57a52c1077
Change uses of {to,from}Ascii to {to,from}Latin1 [other tools]

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: I1e82285ad996cb2796807260383d1d056b930d0e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
src/makeqpf/mainwindow.cpp
src/runonphone/serenum_unix.cpp
src/runonphone/symbianutils/launcher.cpp
src/runonphone/symbianutils/tcftrkdevice.cpp
src/runonphone/symbianutils/trkdevice.cpp
src/runonphone/symbianutils/trkutils.cpp