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:
parent
56019f4d49
commit
9b1e98a14e
@ -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.
|
||||||
|
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user