summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/darwin
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-02-03 11:41:46 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2021-02-03 23:46:31 +0100
commit5c329f023a29f45a1e87c660554c49fee34dae4b (patch)
tree231f1d890c1cae270630d51ea65787edec94e6ef /src/gui/platform/darwin
parentf2e56214512f94a9e679a3380ef3f778a20d74aa (diff)
Add "we mean it" warning to private header
Fix warning from configure. Change-Id: I12def11a4effb7298ec0501cfac4ffd37b777ff6 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/gui/platform/darwin')
-rw-r--r--src/gui/platform/darwin/qapplekeymapper_p.h11
1 files changed, 11 insertions, 0 deletions
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 <Carbon/Carbon.h>
#endif