From 92d903d92b430222cd3f89eab08d61d947e5abea Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Sat, 6 Feb 2016 18:29:14 +0000 Subject: Add the "We mean it" warning to private headers Change-Id: I34bcf2e4a2d66c9cb126c2edae79a45064b82a67 Reviewed-by: Milian Wolff --- src/webchannel/qmetaobjectpublisher_p.h | 11 +++++++++++ src/webchannel/qqmlwebchannelattached_p.h | 11 +++++++++++ src/webchannel/qwebchannel_p.h | 11 +++++++++++ src/webchannel/signalhandler_p.h | 11 +++++++++++ src/webchannel/variantargument_p.h | 11 +++++++++++ 5 files changed, 55 insertions(+) (limited to 'src') diff --git a/src/webchannel/qmetaobjectpublisher_p.h b/src/webchannel/qmetaobjectpublisher_p.h index 2f8a3d7..cb3350e 100644 --- a/src/webchannel/qmetaobjectpublisher_p.h +++ b/src/webchannel/qmetaobjectpublisher_p.h @@ -34,6 +34,17 @@ #ifndef QMETAOBJECTPUBLISHER_P_H #define QMETAOBJECTPUBLISHER_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 "variantargument_p.h" #include "signalhandler_p.h" diff --git a/src/webchannel/qqmlwebchannelattached_p.h b/src/webchannel/qqmlwebchannelattached_p.h index d4fdcad..da014a3 100644 --- a/src/webchannel/qqmlwebchannelattached_p.h +++ b/src/webchannel/qqmlwebchannelattached_p.h @@ -34,6 +34,17 @@ #ifndef QQMLWEBCHANNELATTACHED_H #define QQMLWEBCHANNELATTACHED_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 "qwebchannelglobal.h" diff --git a/src/webchannel/qwebchannel_p.h b/src/webchannel/qwebchannel_p.h index 5d3bec2..1cd4eb9 100644 --- a/src/webchannel/qwebchannel_p.h +++ b/src/webchannel/qwebchannel_p.h @@ -34,6 +34,17 @@ #ifndef QWEBCHANNEL_P_H #define QWEBCHANNEL_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 "qwebchannelglobal.h" #include diff --git a/src/webchannel/signalhandler_p.h b/src/webchannel/signalhandler_p.h index d7c64c1..971c1c9 100644 --- a/src/webchannel/signalhandler_p.h +++ b/src/webchannel/signalhandler_p.h @@ -34,6 +34,17 @@ #ifndef SIGNALHANDLER_H #define SIGNALHANDLER_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/webchannel/variantargument_p.h b/src/webchannel/variantargument_p.h index 17daaf5..cd0da79 100644 --- a/src/webchannel/variantargument_p.h +++ b/src/webchannel/variantargument_p.h @@ -34,6 +34,17 @@ #ifndef VARIANTARGUMENT_H #define VARIANTARGUMENT_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 QT_BEGIN_NAMESPACE -- cgit v1.2.1