summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/windowsuiautomation/uiaeventids_p.h
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2018-02-20 13:31:56 +0100
committerMårten Nordheim <marten.nordheim@qt.io>2018-02-20 14:53:31 +0000
commita4ff8634037e71ceab4dc3b6e85516aa48c6ead3 (patch)
treece8d26a6993085d16f0ccae1ab8c06228b82f7da /src/platformsupport/windowsuiautomation/uiaeventids_p.h
parented3ed0b9db97a8fab0c03add23228b6b0a96f171 (diff)
Add missing "We mean it." warnings
Private headers not only need the _p suffix, but we also need to mean it :) Change-Id: I6028200a872661af34cbf90c77974cc1a22c09c3 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/platformsupport/windowsuiautomation/uiaeventids_p.h')
-rw-r--r--src/platformsupport/windowsuiautomation/uiaeventids_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/platformsupport/windowsuiautomation/uiaeventids_p.h b/src/platformsupport/windowsuiautomation/uiaeventids_p.h
index 2b414968ed..ed6c36834e 100644
--- a/src/platformsupport/windowsuiautomation/uiaeventids_p.h
+++ b/src/platformsupport/windowsuiautomation/uiaeventids_p.h
@@ -40,6 +40,17 @@
#ifndef UIAEVENTIDS_H
#define UIAEVENTIDS_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.
+//
+
#define UIA_ToolTipOpenedEventId 20000
#define UIA_ToolTipClosedEventId 20001
#define UIA_StructureChangedEventId 20002