diff --git a/src/network/access/qrestreply.cpp b/src/network/access/qrestreply.cpp index 2d8d101084e..1ce9100e66b 100644 --- a/src/network/access/qrestreply.cpp +++ b/src/network/access/qrestreply.cpp @@ -29,8 +29,6 @@ Q_DECLARE_LOGGING_CATEGORY(lcQrest) \ingroup network \inmodule QtNetwork - \preliminary - QRestReply wraps a QNetworkReply and provides convenience methods for data and status handling. The methods provide convenience for typical RESTful client applications. diff --git a/src/network/access/qrestreply.h b/src/network/access/qrestreply.h index c32fff1d4e8..61aa7a67889 100644 --- a/src/network/access/qrestreply.h +++ b/src/network/access/qrestreply.h @@ -20,7 +20,7 @@ class QJsonDocument; class QString; class QRestReplyPrivate; -class QT_TECH_PREVIEW_API QRestReply +class QRestReply { public: Q_NETWORK_EXPORT explicit QRestReply(QNetworkReply *reply);