HTTP example: update screenshot

Fixes: QTBUG-108874
Pick-to: 6.5
Change-Id: Ib87895c6512abb967734ce4c1ed0be76c698feb4
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
Mårten Nordheim 2023-01-16 17:24:56 +01:00
parent c9dc3d7427
commit bdcb0a32fa
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -12,7 +12,7 @@
This example demonstrates how a simple HTTP client can fetch files This example demonstrates how a simple HTTP client can fetch files
from remote hosts. from remote hosts.
\image http-example.png \image http-example.webp
The main work of this example is done in the HttpWindow class. The main work of this example is done in the HttpWindow class.
Thus we will focus on that. Thus we will focus on that.