summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/windowsuiautomation/uiacontroltypeids_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/uiacontroltypeids_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/uiacontroltypeids_p.h')
-rw-r--r--src/platformsupport/windowsuiautomation/uiacontroltypeids_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/platformsupport/windowsuiautomation/uiacontroltypeids_p.h b/src/platformsupport/windowsuiautomation/uiacontroltypeids_p.h
index d77fc68da9..b5c5a0a4ff 100644
--- a/src/platformsupport/windowsuiautomation/uiacontroltypeids_p.h
+++ b/src/platformsupport/windowsuiautomation/uiacontroltypeids_p.h
@@ -40,6 +40,17 @@
#ifndef UIACONTROLTYPEIDS_H
#define UIACONTROLTYPEIDS_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_ButtonControlTypeId 50000
#define UIA_CalendarControlTypeId 50001
#define UIA_CheckBoxControlTypeId 50002