From 7784b52c31d50ab81597c38bcf55b63e2f1a4f82 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 5 Oct 2015 11:12:12 +0200 Subject: Add missing "We mean it" comments to private headers. Change-Id: Icc8c6928619b2e16f5f13e852e559438faf9a03c Reviewed-by: Liang Qi --- src/websockets/qsslserver_p.h | 11 +++++++++++ src/websockets/qwebsocketframe_p.h | 11 +++++++++++ src/websockets/qwebsocketprotocol_p.h | 11 +++++++++++ 3 files changed, 33 insertions(+) diff --git a/src/websockets/qsslserver_p.h b/src/websockets/qsslserver_p.h index 18e1a19..bb8c7f9 100644 --- a/src/websockets/qsslserver_p.h +++ b/src/websockets/qsslserver_p.h @@ -34,6 +34,17 @@ #ifndef QSSLSERVER_P_H #define QSSLSERVER_P_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. 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/websockets/qwebsocketframe_p.h b/src/websockets/qwebsocketframe_p.h index b0c1ab2..46bc510 100644 --- a/src/websockets/qwebsocketframe_p.h +++ b/src/websockets/qwebsocketframe_p.h @@ -34,6 +34,17 @@ #ifndef QWEBSOCKETFRAME_P_H #define QWEBSOCKETFRAME_P_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. 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/websockets/qwebsocketprotocol_p.h b/src/websockets/qwebsocketprotocol_p.h index bf56332..9aab8ce 100644 --- a/src/websockets/qwebsocketprotocol_p.h +++ b/src/websockets/qwebsocketprotocol_p.h @@ -34,6 +34,17 @@ #ifndef QWEBSOCKETPROTOCOL_P_H #define QWEBSOCKETPROTOCOL_P_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + #include #include "QtWebSockets/qwebsocketprotocol.h" -- cgit v1.2.3