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

Change-Id: Ia30048e0c40967dc86a4e4ad26ac02ab67519096
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2012-09-07 18:41:22 +02:00
..
qcompleter Use QStringList::join(QChar) overload where applicable [QtWidgets] 2012-09-07 18:41:22 +02:00
qscroller Revert "Move QWindowSystemInterface out of qpa." 2012-08-03 00:38:09 +02:00
qsystemtrayicon Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qundogroup Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qundostack Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
util.pro Remove Symbian specific code from qtbase. 2012-01-31 07:08:31 +01:00