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/qquickstacklayout_p.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/quicklayouts/qquickstacklayout_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