Make the QtNetwork private symbols visible
Export QHttpNetworkConnection and QHttpNetworkReply classes, this is required to use the freshly introduced QHttp2Stream. Change-Id: I4920d342af943b393afa78a187b562549fa919e0 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> (cherry picked from commit 0047affafb3d1b6086c0fc59c50ea9f3b46effe7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
60c33a2501
commit
98831dea76
@ -52,7 +52,7 @@ class QSslContext;
|
|||||||
#endif // !QT_NO_SSL
|
#endif // !QT_NO_SSL
|
||||||
|
|
||||||
class QHttpNetworkConnectionPrivate;
|
class QHttpNetworkConnectionPrivate;
|
||||||
class Q_AUTOTEST_EXPORT QHttpNetworkConnection : public QObject
|
class Q_NETWORK_EXPORT QHttpNetworkConnection : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
@ -53,7 +53,7 @@ class QHttpNetworkConnectionChannel;
|
|||||||
class QHttpNetworkRequest;
|
class QHttpNetworkRequest;
|
||||||
class QHttpNetworkConnectionPrivate;
|
class QHttpNetworkConnectionPrivate;
|
||||||
class QHttpNetworkReplyPrivate;
|
class QHttpNetworkReplyPrivate;
|
||||||
class Q_AUTOTEST_EXPORT QHttpNetworkReply : public QObject, public QHttpNetworkHeader
|
class Q_NETWORK_EXPORT QHttpNetworkReply : public QObject, public QHttpNetworkHeader
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user