qt5base-lts/examples/corelib
Edward Welbourne d75e772e22 RSS listing example: prefer setDevice() over addData(readAll())
The network reply is a QIODevice, so the QXmlStreamReader can be set
to read from it directly, which it might potentially do incrementally,
rather than by reading all the data in one go.

In the process, change the set-up of the reply to first check that it
got a valid URL, then check it got a reply, before doing things with
that reply.

Pick-to: 6.5
Task-number: QTBUG-111228
Change-Id: I3642e24e0d10721e4a0325b35a94dcb5dfbcd4e6
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2023-05-16 20:09:38 +02:00
..
bindableproperties Update the bindable properties example 2023-03-09 12:27:00 -05:00
ipc Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
mimetypes Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
permissions permissions: Replace deprecated location permission usage key 2023-02-08 00:13:55 +01:00
platform Doc: Add 'Mobile' category to Qt Android Notifier example 2023-05-02 12:54:19 +00:00
serialization RSS listing example: prefer setDevice() over addData(readAll()) 2023-05-16 20:09:38 +02:00
threads Doc: fix links to renamed network examples 2023-03-01 19:14:39 +01:00
tools Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
CMakeLists.txt Add permissions feature example and manual test to the build 2022-11-10 17:54:02 +02:00
corelib.pro Move notification example from androidextras to qtbase 2021-06-04 22:21:12 +03:00