Commit ecf7f0d9 authored by Marc Mutz's avatar Marc Mutz Committed by Qt by Nokia
Browse files

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: default avatarJoão Abecasis <joao.abecasis@nokia.com>
parent 56cb4bc0
No related merge requests found
Showing with 3 additions and 3 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment