qt6-bb10/examples/network
Andreas Eliasson ebd87ce2e5 Doc: Fix qdoc full stop warning in briefs
Add a full stop to the briefs to clear the following qdoc warnings:

* multistreamclient.qdoc: '\brief' statement does not end with
  a full stop.
* multistreamserver.qdoc: '\brief' statement does not end with
  a full stop.

Change-Id: If0e58bc100a595f3ee00c79c31ac19f8d9ee3ad9
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2023-09-05 21:14:59 +00:00
..
blockingfortuneclient
broadcastreceiver
broadcastsender
dnslookup Exclude some examples from Android build 2023-08-28 16:00:45 +03:00
doc Doc: Fix qdoc full stop warning in briefs 2023-09-05 21:14:59 +00:00
fortuneclient
fortuneserver
http
multicastreceiver
multicastsender
multistreamclient
multistreamserver
network-chat Network-chat example: Use QHash for peers 2023-07-17 18:49:16 +02:00
rsslisting
securesocketclient securesocketclient: Replace QLatin1Char with char16_t literal 2023-07-12 11:29:22 +02:00
secureudpclient
secureudpserver
shared
threadedfortuneserver
torrent
CMakeLists.txt Exclude some examples from Android build 2023-08-28 16:00:45 +03:00
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.