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/socket/qnativesocketengine.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/socket/qnativesocketengine.cpp')
| -rw-r--r-- | src/network/socket/qnativesocketengine.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/network/socket/qnativesocketengine.cpp b/src/network/socket/qnativesocketengine.cpp index 9abafc03ad9..f33e5a26bd9 100644 --- a/src/network/socket/qnativesocketengine.cpp +++ b/src/network/socket/qnativesocketengine.cpp @@ -61,6 +61,11 @@ */ /*! + \class QAbstractSocketEngine + \internal +*/ + +/*! \enum QAbstractSocketEngine::PacketHeaderOption Specifies which fields in the IP packet header are desired in the call to |
