Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtOpenGL]
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:46:31 +0000 (12:46 +0200)
commitde3e06a9e2f285571d5dcf40f67bc19615119c5c
treeb86efd520989b9a9bbe15a331b76d0aeec8be6a7
parentdd5b373d41f99f06efd1a927a3323abada4fd6ef
Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtOpenGL]

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: I6ea46cd6dfed75afc253fa2b4e3f1789bdad1d4e
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
src/opengl/qgl.cpp
src/opengl/qgl_qpa.cpp
tests/benchmarks/opengl/main.cpp