summaryrefslogtreecommitdiffstats
path: root/src/network/access/http2/hpacktable_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/access/http2/hpacktable_p.h')
-rw-r--r--src/network/access/http2/hpacktable_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/access/http2/hpacktable_p.h b/src/network/access/http2/hpacktable_p.h
index c9b353a863..196b75f72a 100644
--- a/src/network/access/http2/hpacktable_p.h
+++ b/src/network/access/http2/hpacktable_p.h
@@ -88,7 +88,7 @@ struct Q_AUTOTEST_EXPORT HeaderField
using HeaderSize = QPair<bool, quint32>;
-HeaderSize entry_size(const QByteArray &name, const QByteArray &value);
+HeaderSize entry_size(QByteArrayView name, QByteArrayView value);
inline HeaderSize entry_size(const HeaderField &entry)
{