From eb61d49ab3a4f4d9dae3ccfdaf416190fb168c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Mon, 27 Feb 2023 15:16:34 +0100 Subject: Delete the Network Download (Manager)? examples Their use of QtNetwork is already covered by the HTTP example. While showcasing that QNAM easily deals with multiple simultaneous requests, waiting until finished() is emitted to write anything is not exactly idiomatic. And managing your own queue to only have one request running at a time is a weird example for an asynchronous framework. In this regard, having an example for a complete download manager (with a GUI) would be interesting, but may ultimately be very time-consuming to make for limited gain. Task-number: QTBUG-110643 Pick-to: 6.5 Change-Id: I6b2c1546b85fa89ab7ce1ff5565b0293b5710b74 Reviewed-by: Timur Pocheptsov Reviewed-by: Ievgenii Meshcheriakov Reviewed-by: Konrad Kujawa --- examples/network/network.pro | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/network/network.pro') diff --git a/examples/network/network.pro b/examples/network/network.pro index f4db039c7d..fcd38d3116 100644 --- a/examples/network/network.pro +++ b/examples/network/network.pro @@ -2,9 +2,6 @@ requires(qtHaveModule(network)) TEMPLATE = subdirs QT_FOR_CONFIG += network-private -SUBDIRS = \ - download \ - downloadmanager !integrity: SUBDIRS += dnslookup qtHaveModule(widgets) { SUBDIRS += \ -- cgit v1.2.3