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>
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| chatconsumer.cpp | ||
| chatconsumer.h | ||
| client.cpp | ||
| client.h | ||
| consumer.h | ||
| main.cpp | ||
| movieconsumer.cpp | ||
| movieconsumer.h | ||
| multistreamclient.pro | ||
| timeconsumer.cpp | ||
| timeconsumer.h | ||