Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QPA plugins]
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 2 May 2012 14:32:26 +0000 (16:32 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 4 May 2012 10:47:56 +0000 (12:47 +0200)
commit8c3a6570afed69a7296573ae7de3fda1acfba7bc
tree7a1e43f1d93ac020fa3aed98254573c58972c460
parent3ea4e7b90d9019bd334583493717cd371673f6f2
Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QPA plugins]

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: I4aef078ea87ecd3699de107d1e9352d9fb6d6e39
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
src/plugins/platforms/kms/qkmsdevice.cpp
src/plugins/platforms/linuxfb/qlinuxfbintegration.cpp
src/plugins/platforms/qnx/qqnxrootwindow.cpp
src/plugins/platforms/windows/qwindowsbackingstore.cpp
src/plugins/platforms/xcb/qxcbintegration.cpp