summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--src/platformsupport/windowsuiautomation/uiaattributeids_p.h11
-rw-r--r--src/platformsupport/windowsuiautomation/uiaclientinterfaces_p.h11
-rw-r--r--src/platformsupport/windowsuiautomation/uiacontroltypeids_p.h11
-rw-r--r--src/platformsupport/windowsuiautomation/uiaerrorids_p.h11
-rw-r--r--src/platformsupport/windowsuiautomation/uiaeventids_p.h11
-rw-r--r--src/platformsupport/windowsuiautomation/uiageneralids_p.h11
-rw-r--r--src/platformsupport/windowsuiautomation/uiapatternids_p.h11
-rw-r--r--src/platformsupport/windowsuiautomation/uiapropertyids_p.h11
-rw-r--r--src/platformsupport/windowsuiautomation/uiaserverinterfaces_p.h11
-rw-r--r--src/platformsupport/windowsuiautomation/uiatypes_p.h11
10 files changed, 110 insertions, 0 deletions
diff --git a/src/platformsupport/windowsuiautomation/uiaattributeids_p.h b/src/platformsupport/windowsuiautomation/uiaattributeids_p.h
index 52e7306a67..795cb9e551 100644
--- a/src/platformsupport/windowsuiautomation/uiaattributeids_p.h
+++ b/src/platformsupport/windowsuiautomation/uiaattributeids_p.h
@@ -40,6 +40,17 @@
#ifndef UIAATTRIBUTEIDS_H
#define UIAATTRIBUTEIDS_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_AnimationStyleAttributeId 40000
#define UIA_BackgroundColorAttributeId 40001
#define UIA_BulletStyleAttributeId 40002
diff --git a/src/platformsupport/windowsuiautomation/uiaclientinterfaces_p.h b/src/platformsupport/windowsuiautomation/uiaclientinterfaces_p.h
index b95c05f6a4..5ed79cdb47 100644
--- a/src/platformsupport/windowsuiautomation/uiaclientinterfaces_p.h
+++ b/src/platformsupport/windowsuiautomation/uiaclientinterfaces_p.h
@@ -40,6 +40,17 @@
#ifndef UIACLIENTINTERFACES_H
#define UIACLIENTINTERFACES_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 <Unknwn.h>
#ifndef __IUIAutomationElement_INTERFACE_DEFINED__
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
diff --git a/src/platformsupport/windowsuiautomation/uiaerrorids_p.h b/src/platformsupport/windowsuiautomation/uiaerrorids_p.h
index c25453007d..8c2a24dbc7 100644
--- a/src/platformsupport/windowsuiautomation/uiaerrorids_p.h
+++ b/src/platformsupport/windowsuiautomation/uiaerrorids_p.h
@@ -40,6 +40,17 @@
#ifndef UIAERRORIDS_H
#define UIAERRORIDS_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_E_ELEMENTNOTENABLED 0x80040200
#define UIA_E_ELEMENTNOTAVAILABLE 0x80040201
#define UIA_E_NOCLICKABLEPOINT 0x80040202
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
diff --git a/src/platformsupport/windowsuiautomation/uiageneralids_p.h b/src/platformsupport/windowsuiautomation/uiageneralids_p.h
index 62c795b94a..220554f885 100644
--- a/src/platformsupport/windowsuiautomation/uiageneralids_p.h
+++ b/src/platformsupport/windowsuiautomation/uiageneralids_p.h
@@ -40,6 +40,17 @@
#ifndef UIAGENERALIDS_H
#define UIAGENERALIDS_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 UiaAppendRuntimeId 3
#define UiaRootObjectId -25
diff --git a/src/platformsupport/windowsuiautomation/uiapatternids_p.h b/src/platformsupport/windowsuiautomation/uiapatternids_p.h
index 114aabcaa5..d3f4c9bd7a 100644
--- a/src/platformsupport/windowsuiautomation/uiapatternids_p.h
+++ b/src/platformsupport/windowsuiautomation/uiapatternids_p.h
@@ -40,6 +40,17 @@
#ifndef UIAPATTERNIDS_H
#define UIAPATTERNIDS_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_InvokePatternId 10000
#define UIA_SelectionPatternId 10001
#define UIA_ValuePatternId 10002
diff --git a/src/platformsupport/windowsuiautomation/uiapropertyids_p.h b/src/platformsupport/windowsuiautomation/uiapropertyids_p.h
index 5c35c956f8..74e84147f6 100644
--- a/src/platformsupport/windowsuiautomation/uiapropertyids_p.h
+++ b/src/platformsupport/windowsuiautomation/uiapropertyids_p.h
@@ -40,6 +40,17 @@
#ifndef UIAPROPERTYIDS_H
#define UIAPROPERTYIDS_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_RuntimeIdPropertyId 30000
#define UIA_BoundingRectanglePropertyId 30001
#define UIA_ProcessIdPropertyId 30002
diff --git a/src/platformsupport/windowsuiautomation/uiaserverinterfaces_p.h b/src/platformsupport/windowsuiautomation/uiaserverinterfaces_p.h
index caae84755b..a6a2e4c20d 100644
--- a/src/platformsupport/windowsuiautomation/uiaserverinterfaces_p.h
+++ b/src/platformsupport/windowsuiautomation/uiaserverinterfaces_p.h
@@ -40,6 +40,17 @@
#ifndef UIASERVERINTERFACES_H
#define UIASERVERINTERFACES_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 <Unknwn.h>
#ifndef __IRawElementProviderSimple_INTERFACE_DEFINED__
diff --git a/src/platformsupport/windowsuiautomation/uiatypes_p.h b/src/platformsupport/windowsuiautomation/uiatypes_p.h
index 25d8b8cb2b..ea58417943 100644
--- a/src/platformsupport/windowsuiautomation/uiatypes_p.h
+++ b/src/platformsupport/windowsuiautomation/uiatypes_p.h
@@ -40,6 +40,17 @@
#ifndef UIATYPES_H
#define UIATYPES_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.
+//
+
typedef int PROPERTYID;
typedef int PATTERNID;
typedef int EVENTID;