summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-10-28 16:49:04 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-16 14:55:29 +0000
commit0b68ed166625fe32b3c23c45bb26a30e8a534da5 (patch)
treef58fdc5b25d7e73a3578998c57ec836b925961da
parentb7442e718e65b0602c0ff0d34a9ea5d0bf69f882 (diff)
Add missing "We mean it" disclaimer
Amends ecc5e01135c Change-Id: I0e35c72b26e15b141b4efe7057eadd22a96289a8 Reviewed-by: Michal Klocek <michal.klocek@qt.io> (cherry picked from commit 844bd5ee3300bda40336a0fa874ba527c87e4154) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/quick/qtwebviewquickglobal_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/quick/qtwebviewquickglobal_p.h b/src/quick/qtwebviewquickglobal_p.h
index 18ba29e..026d2a5 100644
--- a/src/quick/qtwebviewquickglobal_p.h
+++ b/src/quick/qtwebviewquickglobal_p.h
@@ -40,6 +40,17 @@
#ifndef QTWEBVIEWQUICKGLOBAL_H
#define QTWEBVIEWQUICKGLOBAL_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 <QtCore/qglobal.h>
QT_BEGIN_NAMESPACE