From 5c329f023a29f45a1e87c660554c49fee34dae4b Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 3 Feb 2021 11:41:46 +0100 Subject: [PATCH] Add "we mean it" warning to private header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix warning from configure. Change-Id: I12def11a4effb7298ec0501cfac4ffd37b777ff6 Reviewed-by: Tor Arne Vestbø --- src/gui/platform/darwin/qapplekeymapper_p.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/gui/platform/darwin/qapplekeymapper_p.h b/src/gui/platform/darwin/qapplekeymapper_p.h index 8664ab378b..e03bc370a6 100644 --- a/src/gui/platform/darwin/qapplekeymapper_p.h +++ b/src/gui/platform/darwin/qapplekeymapper_p.h @@ -40,6 +40,17 @@ #ifndef QAPPLEKEYMAPPER_H #define QAPPLEKEYMAPPER_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. +// + #ifdef Q_OS_MACOS #include #endif