Doc: Add since version for QJsonDocument::toJson()
Task-number: QTBUG-69527 Change-Id: I10df9cc2d6fa2080e07d68b78c6220500f459380 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Luca Beldi <v.ronin@yahoo.it>bb10
parent
a7bcd16c75
commit
b616a8a8cd
|
|
@ -369,6 +369,7 @@ QByteArray QJsonDocument::toJson() const
|
|||
*/
|
||||
|
||||
/*!
|
||||
\since 5.1
|
||||
Converts the QJsonDocument to a UTF-8 encoded JSON document in the provided \a format.
|
||||
|
||||
\sa fromJson(), JsonFormat
|
||||
|
|
|
|||
Loading…
Reference in New Issue