From 69b37630d1821df20ef7e6e24adf5dd4ae681c97 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 12 Jul 2016 14:01:16 +0200 Subject: Add "We mean it." warning to HTTP2 protocol handler headers QtNetwork: qtbase/src/network/access/http2/http2frames_p.h does not have the "We mean it." warning QtNetwork: qtbase/src/network/access/http2/http2protocol_p.h does not have the "We mean it." warning QtNetwork: qtbase/src/network/access/http2/http2streams_p.h does not have the "We mean it." warning Amends change b2c0f9713c1c39bc3214df49f0d2b44bcc84d790. Task-number: QTBUG-50956 Change-Id: Ia266a4f8625d89745b3a2dcaff6b15a712e9cadc Reviewed-by: Timur Pocheptsov --- src/network/access/http2/http2frames_p.h | 11 +++++++++++ src/network/access/http2/http2protocol_p.h | 11 +++++++++++ src/network/access/http2/http2streams_p.h | 11 +++++++++++ src/network/access/qhttp2protocolhandler_p.h | 11 +++++++++++ 4 files changed, 44 insertions(+) (limited to 'src/network') diff --git a/src/network/access/http2/http2frames_p.h b/src/network/access/http2/http2frames_p.h index 860555c180..6abed315ca 100644 --- a/src/network/access/http2/http2frames_p.h +++ b/src/network/access/http2/http2frames_p.h @@ -40,6 +40,17 @@ #ifndef HTTP2FRAMES_P_H #define HTTP2FRAMES_P_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists for the convenience +// of the Network Access API. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include "http2protocol_p.h" #include "hpack_p.h" diff --git a/src/network/access/http2/http2protocol_p.h b/src/network/access/http2/http2protocol_p.h index c7088e2179..5c46949e23 100644 --- a/src/network/access/http2/http2protocol_p.h +++ b/src/network/access/http2/http2protocol_p.h @@ -40,6 +40,17 @@ #ifndef HTTP2PROTOCOL_P_H #define HTTP2PROTOCOL_P_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists for the convenience +// of the Network Access API. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include #include #include diff --git a/src/network/access/http2/http2streams_p.h b/src/network/access/http2/http2streams_p.h index 7db5d21694..5d9a6ab512 100644 --- a/src/network/access/http2/http2streams_p.h +++ b/src/network/access/http2/http2streams_p.h @@ -40,6 +40,17 @@ #ifndef HTTP2STREAMS_P_H #define HTTP2STREAMS_P_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists for the convenience +// of the Network Access API. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include #include diff --git a/src/network/access/qhttp2protocolhandler_p.h b/src/network/access/qhttp2protocolhandler_p.h index b9658982c0..b146e37dd3 100644 --- a/src/network/access/qhttp2protocolhandler_p.h +++ b/src/network/access/qhttp2protocolhandler_p.h @@ -40,6 +40,17 @@ #ifndef QHTTP2PROTOCOLHANDLER_P_H #define QHTTP2PROTOCOLHANDLER_P_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists for the convenience +// of the Network Access API. This header file may change from +// version to version without notice, or even be removed. +// +// We mean it. +// + #include #include #include -- cgit v1.2.3