Add missing QRestAccessManager constructor documentation
Pick-to: 6.7 Fixes: QTBUG-121859 Change-Id: Ie8d9033a8efe36767f47509afe1a46c788cb13ca Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
parent
118ee59d8c
commit
d5f3a9095b
@ -519,6 +519,14 @@ Q_LOGGING_CATEGORY(lcQrest, "qt.network.access.rest")
|
||||
\overload
|
||||
*/
|
||||
|
||||
/*!
|
||||
Constructs a QRestAccessManager object and sets \a parent as the parent
|
||||
object, and \a manager as the underlying QNetworkAccessManager which
|
||||
is used for communication.
|
||||
|
||||
\sa networkAccessManager()
|
||||
*/
|
||||
|
||||
QRestAccessManager::QRestAccessManager(QNetworkAccessManager *manager, QObject *parent)
|
||||
: QObject(*new QRestAccessManagerPrivate, parent)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user