qt6-bb10/examples/network
Andreas Eliasson 0201d5e232 Doc: Match descriptive text with code snippet
The code snippet reads QDataStream::Qt_6_5. Change the post-descriptive
text to match this.

Fixes: QTBUG-118907
Pick-to: 6.6 6.5
Change-Id: I3b3d03e9095a6ba6febfb652b3bc7173ed4ccfa4
Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
2023-12-01 10:42:41 +01:00
..
blockingfortuneclient
broadcastreceiver
broadcastsender
dnslookup
doc Doc: Match descriptive text with code snippet 2023-12-01 10:42:41 +01:00
fortuneclient
fortuneserver
http
multicastreceiver
multicastsender
multistreamclient
multistreamserver
network-chat
rsslisting
securesocketclient
secureudpclient
secureudpserver
shared
threadedfortuneserver
torrent
CMakeLists.txt
README
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.