qt5base-lts/examples/network
Marc Mutz 34c7018a52 multistreamserver: fix compilation
Instead of including <QIODevice>, use the correct 'nested name
specifier', QIODeviceBase.

Amends 8bd0a09475.

Pick-to: 6.2
Change-Id: I077948b33f985cd4a2e3a9e591645cf20d7af91c
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2021-11-18 18:13:19 +01:00
..
blockingfortuneclient Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
broadcastreceiver Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
broadcastsender Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
dnslookup Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
doc Update the HTTP example 2020-10-28 08:48:26 +02:00
download Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
downloadmanager Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
fortuneclient Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
fortuneserver Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
googlesuggest Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
http Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
loopback Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
multicastreceiver Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
multicastsender Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
multistreamclient multistreamclient example: fix compilation 2021-11-16 15:07:36 +01:00
multistreamserver multistreamserver: fix compilation 2021-11-18 18:13:19 +01:00
network-chat Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
securesocketclient Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
secureudpclient Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
secureudpserver Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
shared Polish SCTP examples 2016-08-03 11:46:21 +00:00
threadedfortuneserver Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
torrent Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
.prev_CMakeLists.txt CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
CMakeLists.txt Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
network.pro Remove bearer management from remaining network examples 2020-02-19 13:28:00 +01:00
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.