From e0950d0b92a4d6349d68bd16ee3bcde5df205a07 Mon Sep 17 00:00:00 2001 From: Peter Varga Date: Wed, 22 Sep 2021 17:00:04 +0200 Subject: Fix "We mean it." warnings Change-Id: I70a491617faff31901162cb382b388a7594816fa Reviewed-by: Allan Sandfeld Jensen (cherry picked from commit 8cce9081f6bf670c97a674a0eaa18e6b6a354f73) Reviewed-by: Qt Cherry-pick Bot --- src/pdf/qpdfselection_p.h | 11 +++++++++++ src/pdfquick/qtpdfquickglobal_p.h | 11 +++++++++++ src/webenginequick/api/qquickwebenginescriptcollection_p.h | 11 +++++++++++ 3 files changed, 33 insertions(+) (limited to 'src') diff --git a/src/pdf/qpdfselection_p.h b/src/pdf/qpdfselection_p.h index 37ca3a3ce..0c176b324 100644 --- a/src/pdf/qpdfselection_p.h +++ b/src/pdf/qpdfselection_p.h @@ -37,6 +37,17 @@ #ifndef QPDFSELECTION_P_H #define QPDFSELECTION_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 diff --git a/src/pdfquick/qtpdfquickglobal_p.h b/src/pdfquick/qtpdfquickglobal_p.h index 226a82c28..567b10094 100644 --- a/src/pdfquick/qtpdfquickglobal_p.h +++ b/src/pdfquick/qtpdfquickglobal_p.h @@ -40,6 +40,17 @@ #ifndef QTPDFQUICKGLOBAL_H #define QTPDFQUICKGLOBAL_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/webenginequick/api/qquickwebenginescriptcollection_p.h b/src/webenginequick/api/qquickwebenginescriptcollection_p.h index 8ba6d1536..8c5682706 100644 --- a/src/webenginequick/api/qquickwebenginescriptcollection_p.h +++ b/src/webenginequick/api/qquickwebenginescriptcollection_p.h @@ -40,6 +40,17 @@ #ifndef QQUICKWEBENGINESCRIPTCOLLECTION_H #define QQUICKWEBENGINESCRIPTCOLLECTION_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 -- cgit v1.2.3