qt5base-lts/examples/network
Thiago Macieira 3b5db8f3a6 Examples: Fix stringification of the Qt version
(QT_VERSION % 0xffff00) is useless for now, as QT_VERSION < 0x1000000
(for now). The author of this code probably meant to use bitwise-AND.
But even that is unnecessary as the right shift discards the lower 8
bits anyway.

Change-Id: Ie585843cfb684bc3b6e3fffd145d533b05288dfc
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2016-07-02 16:38:39 +00:00
..
bearermonitor
blockingfortuneclient
broadcastreceiver
broadcastsender
dnslookup
doc Doc: Fortune Server Example: fix typo in function name 2015-11-30 12:24:17 +00:00
download
downloadmanager
fortuneclient fortuneserver/fortuneclient: Fix layout for WinRT. 2015-12-09 10:19:48 +00:00
fortuneserver fortuneserver/fortuneclient: Fix layout for WinRT. 2015-12-09 10:19:48 +00:00
googlesuggest
http Fix httpwindow example. 2016-05-26 01:55:49 +00:00
loopback
multicastreceiver
multicastsender
network-chat
securesocketclient
threadedfortuneserver
torrent Examples: Fix stringification of the Qt version 2016-07-02 16:38:39 +00:00
network.pro
README

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.