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

Change-Id: I807b0e88ac71a0cb367fb4170cca8f2cb0ad43f3
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
2012-09-10 00:27:13 +02:00
..
qmyserver Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
test Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
.gitignore Moved dbus autotests into new directory structure 2011-09-01 09:37:08 +02:00
myobject.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusabstractadaptor.pro all remaining tests: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
tst_qdbusabstractadaptor.cpp Use QStringList::join(QChar) overload where applicable [QtDBus] 2012-09-10 00:27:13 +02:00