qt5base-lts/tests/auto/sql/kernel
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
..
qsql Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qsqldatabase Use QStringList::join(QChar) overload where applicable [QtSql] 2012-09-03 19:35:25 +02:00
qsqldriver Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qsqlerror Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qsqlfield Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qsqlquery Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qsqlrecord Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qsqlthread Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
kernel.pro Fix tst_qsql crashes on Mac OS X 2011-12-02 17:35:11 +01:00