Change uses of {to,from}Ascii to {to,from}Latin1
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 3 May 2012 15:12:58 +0000 (17:12 +0200)
committerThiago Macieira <thiago.macieira@intel.com>
Fri, 4 May 2012 11:35:55 +0000 (13:35 +0200)
commita0b88660ce52bb9956bc060507698f1ee4455fc0
tree7fe3130b7c52e32e6eb128faec09ff1862190672
parentc79a2be17d59530931e105b18edf7a8bab056862
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: I70205b0d86451d31e81a4be4a521e454e1eff83f
Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
src/shared/qwaylandmimehelper.cpp