qt5base-lts/tests/auto/sql
Marc Mutz cb8424b381 Use QStringList::join(QChar) overload where applicable [QtSql]
This is an automated change performing the following replacements:
                    join\("(.)"\) -> join('\1')
  join\(QLatin1String\("(.)"\)\)  -> join(QLatin1Char('\1'))
  join\(QStringLiteral\("(.)"\)\) -> join(QLatin1Char('\1'))

Change-Id: Ie395d82d17710683968d006d22de313ef49dc6e5
Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
2012-09-03 19:35:25 +02:00
..
kernel Use QStringList::join(QChar) overload where applicable [QtSql] 2012-09-03 19:35:25 +02:00
models QSqlQueryModel: fix nested beginResetModel/endResetModel 2012-08-30 13:51:22 +02:00
sql.pro Moved sql autotests into new directory structure 2011-09-06 09:32:15 +02:00