Use QStringList::join(QChar) overload where applicable [QtDBus]
authorMarc Mutz <marc.mutz@kdab.com>
Fri, 18 May 2012 18:00:23 +0000 (20:00 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sun, 9 Sep 2012 22:27:13 +0000 (00:27 +0200)
commitecf7f0d9543c05edd2439df9a57268e4049ebee4
treebf22398b92beb91cf6fab9dfd5fbefd420bd3751
parent56cb4bc01feba9c562e94db51cd3232ad2572617
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>
src/tools/qdbusxml2cpp/qdbusxml2cpp.cpp
tests/auto/dbus/qdbusabstractadaptor/tst_qdbusabstractadaptor.cpp