Use QStringList::join(QChar) overload where applicable [QtWidgets]
authorMarc Mutz <marc.mutz@kdab.com>
Fri, 18 May 2012 18:00:23 +0000 (20:00 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 7 Sep 2012 16:41:22 +0000 (18:41 +0200)
commit781b642671e1f2195e69039547c5101a573540d8
tree8588bc9781c91ee31316fc935e14e104e618285f
parente002bdee395e02f064e3915693b96317c5dc63f9
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>
src/platformsupport/linuxaccessibility/atspiadaptor.cpp
src/platformsupport/themes/genericunix/qgenericunixthemes.cpp
src/widgets/dialogs/qfiledialog.cpp
src/widgets/styles/qstylesheetstyle.cpp
tests/auto/widgets/util/qcompleter/tst_qcompleter.cpp