summaryrefslogtreecommitdiffstats
path: root/src/network/access/http2/bitstreams.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/access/http2/bitstreams.cpp')
-rw-r--r--src/network/access/http2/bitstreams.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/access/http2/bitstreams.cpp b/src/network/access/http2/bitstreams.cpp
index d22c7cd4ec..1c42b4e478 100644
--- a/src/network/access/http2/bitstreams.cpp
+++ b/src/network/access/http2/bitstreams.cpp
@@ -99,7 +99,7 @@ void BitOStream::write(quint32 src)
}
}
-void BitOStream::write(const QByteArray &src, bool compressed)
+void BitOStream::write(QByteArrayView src, bool compressed)
{
quint32 byteLen = src.size();
if (compressed && byteLen) {