[doc] QFormDataBuilder: don't state the obvious

If a function returns a unique_ptr by value, the caller cannot but
take ownership of the payload object.

Change-Id: I0465e4daf42b57aa33203d66fdc3231ae9a88751
Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
(cherry picked from commit 3d2a194edd7aa758f3df3b2b853929945dbc6659)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
bb10
Marc Mutz 2024-06-18 10:35:56 +02:00 committed by Qt Cherry-pick Bot
parent cb65bbf02b
commit 36019d9368
1 changed files with 1 additions and 2 deletions

View File

@ -330,8 +330,7 @@ QFormDataPartBuilder &QFormDataBuilder::part(QAnyStringView name)
}
/*!
Constructs and returns a pointer to a QHttpMultipart object. The caller
takes ownership of the generated QHttpMultiPart object.
Constructs and returns a pointer to a QHttpMultipart object.
\sa QHttpMultiPart
*/