qt5base-lts/examples/network
Sergio Ahumada 58e2b9c01b examples: Mark ctor's as explicit
Make C++ class constructors that can be used with only one
required argument 'explicit' to minimize wrong use of the class.

Change-Id: Ida9f9c2f0c8608c35b0137b2512a6747afd69515
Reviewed-by: Mitch Curtis <mitch.curtis@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-09-17 22:14:25 +02:00
..
bearercloud Squashed commit of changes from the 4.8-temp branch. 2011-05-23 14:24:07 +02:00
bearermonitor qtbase: Add missing example installs and files. 2012-07-10 22:24:40 +02:00
blockingfortuneclient Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
broadcastreceiver Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
broadcastsender Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
dnslookup Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork] 2012-05-04 12:46:05 +02:00
download Command-line-only examples should not build as .app bundles on OSX 2012-09-03 11:05:49 +02:00
downloadmanager Command-line-only examples should not build as .app bundles on OSX 2012-09-03 11:05:49 +02:00
fortuneclient Doc: Fix broken return codes for a few examples 2012-08-15 11:38:37 +02:00
fortuneserver Doc: Fix broken return codes for a few examples 2012-08-15 11:38:37 +02:00
googlesuggest Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
http change http example default URL to http[s]://qt-project.org 2012-08-23 11:20:37 +02:00
loopback Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
multicastreceiver Doc: Fix broken return codes for a few examples 2012-08-15 11:38:37 +02:00
multicastsender Doc: Fix broken return codes for a few examples 2012-08-15 11:38:37 +02:00
network-chat Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
securesocketclient Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
threadedfortuneserver Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
torrent examples: Mark ctor's as explicit 2012-09-17 22:14:25 +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.