Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtSql]
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 2 May 2012 14:32:26 +0000 (16:32 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 5 May 2012 14:56:23 +0000 (16:56 +0200)
commit8f32994b508bf9b59d8446c3025795acd0337ef1
tree28d567b6a2e6eeebdcf3e3fa330123d9b7571f9e
parentec360d7ad90945273c7d96c9a159131dcbcd67c3
Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtSql]

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: Icb3ab0e1f4f3173563f3de36115b5457cf1ba856
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
src/sql/drivers/db2/qsql_db2.cpp
src/sql/drivers/ibase/qsql_ibase.cpp
src/sql/drivers/psql/qsql_psql.cpp
src/sql/drivers/sqlite2/qsql_sqlite2.cpp
src/sql/drivers/tds/qsql_tds.cpp
tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp