aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-02-03 11:42:29 +0100
committerKai Koehne <kai.koehne@qt.io>2021-03-31 16:18:11 +0000
commit04a94d342c08d9945735527f2d78b29dc395fd7d (patch)
tree78f4a3b5d6cd11cd5540ba3b26b7d43c9896bbed /src
parent7f24570af4dc7e2386ae4831460b85f2f32a2d57 (diff)
Add "we mean it" warning to private headers
Fix warning from configure step. Change-Id: I5afeeeeabf1cb22149e1df3cecb27c6cf4a0567f Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit 07a9cc199f101a11c83a9d75e5eb198134c75a8d) Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/quicklayouts/qquicklayout_p.h11
-rw-r--r--src/quicklayouts/qquicklayoutstyleinfo_p.h11
-rw-r--r--src/quicklayouts/qquicklinearlayout_p.h11
-rw-r--r--src/quicklayouts/qquickstacklayout_p.h11
4 files changed, 44 insertions, 0 deletions
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 <QPointer>
#include <QQuickItem>
#include <QtQuickLayouts/private/qquicklayoutglobal_p.h>
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 <QtGui/private/qabstractlayoutstyleinfo_p.h>
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 <QtQuickLayouts/private/qquicklayoutglobal_p.h>
#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 <QtQuickLayouts/private/qquicklayoutglobal_p.h>
#include <QtQuickLayouts/private/qquicklayout_p.h>