Mark the REST enablers as Tech Preview
Change-Id: Ie49a447f0f885290d43a7e4ecb0e0754df0da3e3 Reviewed-by: Juha Vuolle <juha.vuolle@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit b4c90582a2dee5c534361b3903611206305b03c3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
ac42639ad7
commit
098b53790b
@ -70,7 +70,7 @@ QNetworkReply *customWithDataImpl(const QNetworkRequest& request, const QByteArr
|
||||
/* end */
|
||||
|
||||
class QRestAccessManagerPrivate;
|
||||
class Q_NETWORK_EXPORT QRestAccessManager : public QObject
|
||||
class QT_TECH_PREVIEW_API Q_NETWORK_EXPORT QRestAccessManager : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
using CallbackPrototype = void(*)(QRestReply&);
|
||||
|
@ -20,7 +20,7 @@ class QJsonDocument;
|
||||
class QString;
|
||||
|
||||
class QRestReplyPrivate;
|
||||
class QRestReply
|
||||
class QT_TECH_PREVIEW_API QRestReply
|
||||
{
|
||||
public:
|
||||
Q_NETWORK_EXPORT explicit QRestReply(QNetworkReply *reply);
|
||||
|
Loading…
x
Reference in New Issue
Block a user