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

Change-Id: I5b75877ba192fa1357e67fee70dff7c0475991e8
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
2012-09-07 18:41:22 +02:00
..
qauthenticator Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qdnslookup Use QStringList::join(QChar) overload where applicable [QtNetwork] 2012-09-07 18:41:22 +02:00
qdnslookup_appless Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qhostaddress Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qhostinfo Use QStringList::join(QChar) overload where applicable [QtNetwork] 2012-09-07 18:41:22 +02:00
qnetworkaddressentry Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qnetworkinterface Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qnetworkproxy Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qnetworkproxyfactory QtNetwork: bypass proxy for local connections 2012-09-07 15:44:31 +02:00
kernel.pro Uncomment qnetworkproxyfactory autotest 2012-04-26 17:52:12 +02:00