Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtDBus]
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 2 May 2012 14:32:26 +0000 (16:32 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 7 May 2012 03:05:30 +0000 (05:05 +0200)
commita637a5ae29447980459865468e74cd1356d04da5
tree67cd06585587f7baac3e9023512d9d839382373c
parentf28ba2be974eab5397f6b9d554c3a56b01fed33c
Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtDBus]

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: I052a3412a568ad639f2bf169b4491b56dddff1c7
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/dbus/qdbusextratypes.h
tests/auto/tools/qdbuscpp2xml/tst_qdbuscpp2xml.cpp
tests/benchmarks/dbus/qdbusperformance/tst_qdbusperformance.cpp