qt5base-lts/examples/network
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
..
bearercloud Squashed commit of changes from the 4.8-temp branch. 2011-05-23 14:24:07 +02:00
bearermonitor Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
blockingfortuneclient Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
broadcastreceiver Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
broadcastsender Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
dnslookup Use QStringList::join(QChar) overload where applicable [examples] 2012-09-23 23:30:03 +02:00
doc Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
download Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
downloadmanager Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
fortuneclient Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
fortuneserver Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
googlesuggest Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
http Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
loopback Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
multicastreceiver Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
multicastsender Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
network-chat Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
securesocketclient Use QStringList::join(QChar) overload where applicable [examples] 2012-09-23 23:30:03 +02:00
threadedfortuneserver Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
torrent Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
network.pro Fix compilation of examples with -no-widgets 2012-06-07 07:27:53 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt is provided with an extensive set of network classes to support both
client-based and server side network programming.

These examples demonstrate the fundamental aspects of network programming
with Qt.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.