qt5base-lts/examples/network/multistreamclient
Marc Mutz 8bd0a09475 multistreamclient example: fix compilation
Says GCC:
  qtbase/examples/network/multistreamclient/timeconsumer.cpp:85:37: error: incomplete type ‘QIODevice’ used in nested name specifier
     85 |     QDataStream ds(&buf, QIODevice::WriteOnly);
        |                                     ^~~~~~~~~

Instead of including <QIODevice>, use the correct 'nested name
specifier', QIODeviceBase.

Pick-to: 6.2
Change-Id: Id8d87dbcb497e4feca1d5d3ce6b1bdb9da5c0dab
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2021-11-16 15:07:36 +01:00
..
chatconsumer.cpp Polish SCTP examples 2016-08-03 11:46:21 +00:00
chatconsumer.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
client.cpp More qOverload cleanups in qtbase 2020-03-24 20:58:13 +01:00
client.h Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
CMakeLists.txt Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
consumer.h Polish SCTP examples 2016-08-03 11:46:21 +00:00
main.cpp Polish SCTP examples 2016-08-03 11:46:21 +00:00
movieconsumer.cpp Polish SCTP examples 2016-08-03 11:46:21 +00:00
movieconsumer.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
multistreamclient.pro Introduce SCTP sockets support 2016-07-27 06:37:24 +00:00
timeconsumer.cpp multistreamclient example: fix compilation 2021-11-16 15:07:36 +01:00
timeconsumer.h Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00