summaryrefslogtreecommitdiffstats
path: root/src/network/access/qrestreply.cpp
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@qt.io>2023-12-04 14:31:12 +0200
committerJuha Vuolle <juha.vuolle@qt.io>2023-12-08 15:53:36 +0200
commit11b19b334184f2b58f2be2816b5c764100c1bc46 (patch)
tree56d9154233826b3549cab74d2ff3bcce79783b1f /src/network/access/qrestreply.cpp
parent8da4156da7ed2eff7b44bdda51eb92870bdfbc57 (diff)
Mark REST helper classes as tech preview
Task-number: QTBUG-119002 Change-Id: Icf4d50b0e6f25e4e5f82df0b23a249332bbf55bf Reviewed-by: Marc Mutz <marc.mutz@qt.io> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/network/access/qrestreply.cpp')
-rw-r--r--src/network/access/qrestreply.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/access/qrestreply.cpp b/src/network/access/qrestreply.cpp
index c4f435d68e7..0cea26868d5 100644
--- a/src/network/access/qrestreply.cpp
+++ b/src/network/access/qrestreply.cpp
@@ -26,6 +26,8 @@ Q_DECLARE_LOGGING_CATEGORY(lcQrest)
\ingroup network
\inmodule QtNetwork
+ \preliminary
+
QRestReply is a convenience class for typical RESTful client
applications. It wraps the more detailed QNetworkReply and provides
convenience methods for data and status handling.