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>
This commit is contained in:
Mårten Nordheim 2018-02-20 13:31:56 +01:00
parent ed3ed0b9db
commit a4ff863403
10 changed files with 110 additions and 0 deletions

View File

@ -40,6 +40,17 @@
#ifndef UIAATTRIBUTEIDS_H #ifndef UIAATTRIBUTEIDS_H
#define 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_AnimationStyleAttributeId 40000
#define UIA_BackgroundColorAttributeId 40001 #define UIA_BackgroundColorAttributeId 40001
#define UIA_BulletStyleAttributeId 40002 #define UIA_BulletStyleAttributeId 40002

View File

@ -40,6 +40,17 @@
#ifndef UIACLIENTINTERFACES_H #ifndef UIACLIENTINTERFACES_H
#define 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> #include <Unknwn.h>
#ifndef __IUIAutomationElement_INTERFACE_DEFINED__ #ifndef __IUIAutomationElement_INTERFACE_DEFINED__

View File

@ -40,6 +40,17 @@
#ifndef UIACONTROLTYPEIDS_H #ifndef UIACONTROLTYPEIDS_H
#define 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_ButtonControlTypeId 50000
#define UIA_CalendarControlTypeId 50001 #define UIA_CalendarControlTypeId 50001
#define UIA_CheckBoxControlTypeId 50002 #define UIA_CheckBoxControlTypeId 50002

View File

@ -40,6 +40,17 @@
#ifndef UIAERRORIDS_H #ifndef UIAERRORIDS_H
#define 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_ELEMENTNOTENABLED 0x80040200
#define UIA_E_ELEMENTNOTAVAILABLE 0x80040201 #define UIA_E_ELEMENTNOTAVAILABLE 0x80040201
#define UIA_E_NOCLICKABLEPOINT 0x80040202 #define UIA_E_NOCLICKABLEPOINT 0x80040202

View File

@ -40,6 +40,17 @@
#ifndef UIAEVENTIDS_H #ifndef UIAEVENTIDS_H
#define 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_ToolTipOpenedEventId 20000
#define UIA_ToolTipClosedEventId 20001 #define UIA_ToolTipClosedEventId 20001
#define UIA_StructureChangedEventId 20002 #define UIA_StructureChangedEventId 20002

View File

@ -40,6 +40,17 @@
#ifndef UIAGENERALIDS_H #ifndef UIAGENERALIDS_H
#define 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 UiaAppendRuntimeId 3
#define UiaRootObjectId -25 #define UiaRootObjectId -25

View File

@ -40,6 +40,17 @@
#ifndef UIAPATTERNIDS_H #ifndef UIAPATTERNIDS_H
#define 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_InvokePatternId 10000
#define UIA_SelectionPatternId 10001 #define UIA_SelectionPatternId 10001
#define UIA_ValuePatternId 10002 #define UIA_ValuePatternId 10002

View File

@ -40,6 +40,17 @@
#ifndef UIAPROPERTYIDS_H #ifndef UIAPROPERTYIDS_H
#define 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_RuntimeIdPropertyId 30000
#define UIA_BoundingRectanglePropertyId 30001 #define UIA_BoundingRectanglePropertyId 30001
#define UIA_ProcessIdPropertyId 30002 #define UIA_ProcessIdPropertyId 30002

View File

@ -40,6 +40,17 @@
#ifndef UIASERVERINTERFACES_H #ifndef UIASERVERINTERFACES_H
#define 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> #include <Unknwn.h>
#ifndef __IRawElementProviderSimple_INTERFACE_DEFINED__ #ifndef __IRawElementProviderSimple_INTERFACE_DEFINED__

View File

@ -40,6 +40,17 @@
#ifndef UIATYPES_H #ifndef UIATYPES_H
#define 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 PROPERTYID;
typedef int PATTERNID; typedef int PATTERNID;
typedef int EVENTID; typedef int EVENTID;