From 04a94d342c08d9945735527f2d78b29dc395fd7d Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 3 Feb 2021 11:42:29 +0100 Subject: Add "we mean it" warning to private headers Fix warning from configure step. Change-Id: I5afeeeeabf1cb22149e1df3cecb27c6cf4a0567f Reviewed-by: Mitch Curtis (cherry picked from commit 07a9cc199f101a11c83a9d75e5eb198134c75a8d) Reviewed-by: Volker Hilsheimer --- src/quicklayouts/qquicklayout_p.h | 11 +++++++++++ src/quicklayouts/qquicklayoutstyleinfo_p.h | 11 +++++++++++ src/quicklayouts/qquicklinearlayout_p.h | 11 +++++++++++ src/quicklayouts/qquickstacklayout_p.h | 11 +++++++++++ 4 files changed, 44 insertions(+) diff --git a/src/quicklayouts/qquicklayout_p.h b/src/quicklayouts/qquicklayout_p.h index 773aafab0f..74eb348928 100644 --- a/src/quicklayouts/qquicklayout_p.h +++ b/src/quicklayouts/qquicklayout_p.h @@ -40,6 +40,17 @@ #ifndef QQUICKLAYOUT_P_H #define QQUICKLAYOUT_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/quicklayouts/qquicklayoutstyleinfo_p.h b/src/quicklayouts/qquicklayoutstyleinfo_p.h index 79f4ce2962..cf22c8f21a 100644 --- a/src/quicklayouts/qquicklayoutstyleinfo_p.h +++ b/src/quicklayouts/qquicklayoutstyleinfo_p.h @@ -40,6 +40,17 @@ #ifndef QQUICKLAYOUTSTYLEINFO_P_H #define QQUICKLAYOUTSTYLEINFO_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 QT_BEGIN_NAMESPACE diff --git a/src/quicklayouts/qquicklinearlayout_p.h b/src/quicklayouts/qquicklinearlayout_p.h index 803c727857..bc9c395f0b 100644 --- a/src/quicklayouts/qquicklinearlayout_p.h +++ b/src/quicklayouts/qquicklinearlayout_p.h @@ -40,6 +40,17 @@ #ifndef QQUICKLINEARLAYOUT_P_H #define QQUICKLINEARLAYOUT_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 "qquicklayout_p.h" #include "qquickgridlayoutengine_p.h" diff --git a/src/quicklayouts/qquickstacklayout_p.h b/src/quicklayouts/qquickstacklayout_p.h index 8cd17743af..07c2fc3727 100644 --- a/src/quicklayouts/qquickstacklayout_p.h +++ b/src/quicklayouts/qquickstacklayout_p.h @@ -40,6 +40,17 @@ #ifndef QQUICKSTACKLAYOUT_H #define QQUICKSTACKLAYOUT_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 -- cgit v1.2.3