qt5base-lts/tests/auto/sql/kernel/qsqldatabase
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
..
testdata Moved sql autotests into new directory structure 2011-09-06 09:32:15 +02:00
.gitignore Moved sql autotests into new directory structure 2011-09-06 09:32:15 +02:00
qsqldatabase.pro Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
tst_databases.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
tst_qsqldatabase.cpp Use QStringList::join(QChar) overload where applicable [QtSql] 2012-09-03 19:35:25 +02:00