diff options
| author | Marc Mutz <[email protected]> | 2024-06-18 10:42:13 +0200 |
|---|---|---|
| committer | Juha Vuolle <[email protected]> | 2024-06-20 12:18:03 +0300 |
| commit | 19b7a08fc24c5947fb1ea921e3d24f4efce4d1fb (patch) | |
| tree | 8e7f394c2eddbdfe48e69cd3a7ce03bcb7fe884a | |
| parent | 3d2a194edd7aa758f3df3b2b853929945dbc6659 (diff) | |
[doc] QFormDataPartBuilder: mark private build() as \internal
It makes no sense to document (non-virtual) private functions.
Pick-to: 6.8
Change-Id: Ifeed52ea5e9a5b8e358277140419c8d68204a45b
Reviewed-by: Juha Vuolle <[email protected]>
| -rw-r--r-- | src/network/access/qformdatabuilder.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/access/qformdatabuilder.cpp b/src/network/access/qformdatabuilder.cpp index 8d316887615..c0d9ce64aef 100644 --- a/src/network/access/qformdatabuilder.cpp +++ b/src/network/access/qformdatabuilder.cpp @@ -191,6 +191,8 @@ QFormDataPartBuilder &QFormDataPartBuilder::setHeaders(const QHttpHeaders &heade } /*! + \internal + Generates a QHttpPart and sets the content disposition header as form-data. When this function called, it uses the MIME database to deduce the type the |
