Use QStringList::join(QChar) overload where applicable [QtCore]
authorMarc Mutz <marc.mutz@kdab.com>
Fri, 18 May 2012 18:00:23 +0000 (20:00 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sun, 23 Sep 2012 21:30:18 +0000 (23:30 +0200)
commitc00bd8d6776e95283831db1c14b7d23ac6be5840
treeb91058c2400d219ccbdd51c83684f09375d83c7c
parent6d65b2cc8c5d86d2351e27c158e3b18519e1fcb5
Use QStringList::join(QChar) overload where applicable [QtCore]

This is an automated change performing the following replacements:
                    join\("(.)"\) -> join('\1')
  join\(QLatin1String\("(.)"\)\)  -> join(QLatin1Char('\1'))
  join\(QStringLiteral\("(.)"\)\) -> join(QLatin1Char('\1'))

Change-Id: I81c378ef6aeeada5e116f1394cc9fc67f901ffd6
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
src/corelib/io/qdir.cpp
src/corelib/io/qiodevice.cpp
src/corelib/io/qsettings_mac.cpp
tests/auto/corelib/mimetypes/qmimedatabase/tst_qmimedatabase.cpp
tests/auto/corelib/tools/qsharedpointer/externaltests.cpp