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

Change-Id: I1d0c9782cc1522d937b930531720e32d4c8f7ce8
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2012-09-23 23:30:03 +02:00
..
certificateinfo.cpp Use QStringList::join(QChar) overload where applicable [examples] 2012-09-23 23:30:03 +02:00
certificateinfo.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
certificateinfo.ui Squashed commit of the changes from the mobile-examples repository 2011-05-23 14:24:07 +02:00
encrypted.png Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
main.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
securesocketclient.desktop Squashed commit of changes from the 4.8-temp branch. 2011-05-23 14:24:07 +02:00
securesocketclient.pro QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
securesocketclient.qrc Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
sslclient.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
sslclient.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
sslclient.ui Squashed commit of the changes from the mobile-examples repository 2011-05-23 14:24:07 +02:00
sslerrors.ui Squashed commit of the changes from the mobile-examples repository 2011-05-23 14:24:07 +02:00