summaryrefslogtreecommitdiffstats
path: root/src/network/access/http2/http2streams.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/access/http2/http2streams.cpp')
-rw-r--r--src/network/access/http2/http2streams.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/network/access/http2/http2streams.cpp b/src/network/access/http2/http2streams.cpp
index f57f8d8367..660100f5e4 100644
--- a/src/network/access/http2/http2streams.cpp
+++ b/src/network/access/http2/http2streams.cpp
@@ -49,6 +49,10 @@ QT_BEGIN_NAMESPACE
namespace Http2
{
+Stream::Stream()
+{
+}
+
Stream::Stream(const HttpMessagePair &message, quint32 id, qint32 sendSize, qint32 recvSize)
: httpPair(message),
streamID(id),