diff options
| author | David Boddie <david.boddie@qt.io> | 2025-09-26 16:16:19 +0200 |
|---|---|---|
| committer | David Boddie <david.boddie@qt.io> | 2025-10-06 17:41:20 +0000 |
| commit | 082a7cd459578e76006b98f903867a55a0f430e7 (patch) | |
| tree | 2bcb64d2dddb8c60c38006d5c040942c362026ec /src/network/access/qnetworkreplyimpl.cpp | |
| parent | bbc579410a896d461868707b373bef1a5d48573c (diff) | |
Doc: Mark internal classes as internal
This suppresses warnings from QDoc about documentation related to these
internal classes.
Change-Id: I1096222acc7822034a8270e545172e68307cb20f
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/network/access/qnetworkreplyimpl.cpp')
| -rw-r--r-- | src/network/access/qnetworkreplyimpl.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/network/access/qnetworkreplyimpl.cpp b/src/network/access/qnetworkreplyimpl.cpp index 3750900176f..3b2b383c595 100644 --- a/src/network/access/qnetworkreplyimpl.cpp +++ b/src/network/access/qnetworkreplyimpl.cpp @@ -783,6 +783,11 @@ void QNetworkReplyImpl::close() } /*! + \class QNetworkReplyImpl + \internal +*/ + +/*! Returns the number of bytes available for reading with QIODevice::read(). The number of bytes available may grow until the finished() signal is emitted. |
