Remove QRestReply TP marking

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

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

View File

@ -29,8 +29,6 @@ Q_DECLARE_LOGGING_CATEGORY(lcQrest)
\ingroup network \ingroup network
\inmodule QtNetwork \inmodule QtNetwork
\preliminary
QRestReply wraps a QNetworkReply and provides convenience methods for data QRestReply wraps a QNetworkReply and provides convenience methods for data
and status handling. The methods provide convenience for typical RESTful and status handling. The methods provide convenience for typical RESTful
client applications. client applications.

View File

@ -20,7 +20,7 @@ class QJsonDocument;
class QString; class QString;
class QRestReplyPrivate; class QRestReplyPrivate;
class QT_TECH_PREVIEW_API QRestReply class QRestReply
{ {
public: public:
Q_NETWORK_EXPORT explicit QRestReply(QNetworkReply *reply); Q_NETWORK_EXPORT explicit QRestReply(QNetworkReply *reply);