[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
parent
cb65bbf02b
commit
36019d9368
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue