Remove QRestAccessManager TP marking

[ChangeLog][QtNetwork][QRestAccessManager] This class is no longer
"under development and subject to change".

Change-Id: If4d1a45c428d15ae7b4c8e83b6fe05327e6d62a7
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
(cherry picked from commit 20b85ea8bfeab92e7a4a9c3e1ed2732ff5753635)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Juha Vuolle 2024-06-04 16:07:42 +03:00 committed by Qt Cherry-pick Bot
parent dc8c8b5fc9
commit 56019f4d49
2 changed files with 1 additions and 3 deletions

View File

@ -31,8 +31,6 @@ Q_LOGGING_CATEGORY(lcQrest, "qt.network.access.rest")
\inmodule QtNetwork \inmodule QtNetwork
\reentrant \reentrant
\preliminary
QRestAccessManager is a convenience wrapper on top of QRestAccessManager is a convenience wrapper on top of
QNetworkAccessManager. It amends datatypes and HTTP methods QNetworkAccessManager. It amends datatypes and HTTP methods
that are useful for typical RESTful client applications. that are useful for typical RESTful client applications.

View File

@ -74,7 +74,7 @@ QNetworkReply *customWithDataImpl(const QNetworkRequest& request, const QByteArr
/* end */ /* end */
class QRestAccessManagerPrivate; class QRestAccessManagerPrivate;
class QT_TECH_PREVIEW_API Q_NETWORK_EXPORT QRestAccessManager : public QObject class Q_NETWORK_EXPORT QRestAccessManager : public QObject
{ {
Q_OBJECT Q_OBJECT
using CallbackPrototype = void(*)(QRestReply&); using CallbackPrototype = void(*)(QRestReply&);