From 30fe82eb89e7b7f66444f5fabae9ac0954b1fecf Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 5 Oct 2015 11:17:12 +0200 Subject: Add missing "We mean it" comments to private headers. Change-Id: I230babbf8063a514ec017335c30f0c53637894fb Reviewed-by: Richard Moe Gustavsen --- src/macextras/qmacfunctions_p.h | 11 +++++++++++ src/macextras/qmactoolbar_p.h | 11 +++++++++++ src/macextras/qmactoolbardelegate_p.h | 11 +++++++++++ src/macextras/qmactoolbaritem_p.h | 11 +++++++++++ src/macextras/qnstoolbar_p.h | 11 +++++++++++ 5 files changed, 55 insertions(+) (limited to 'src') diff --git a/src/macextras/qmacfunctions_p.h b/src/macextras/qmacfunctions_p.h index 5aad2ac..7308047 100644 --- a/src/macextras/qmacfunctions_p.h +++ b/src/macextras/qmacfunctions_p.h @@ -34,6 +34,17 @@ #ifndef QMACFUNCTIONS_P_H #define QMACFUNCTIONS_P_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 "qmacfunctions.h" #if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0) diff --git a/src/macextras/qmactoolbar_p.h b/src/macextras/qmactoolbar_p.h index dc5a0ce..96bb877 100644 --- a/src/macextras/qmactoolbar_p.h +++ b/src/macextras/qmactoolbar_p.h @@ -33,6 +33,17 @@ #ifndef QMACTOOLBAR_P_H #define QMACTOOLBAR_P_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. +// #import #include "qmactoolbar.h" diff --git a/src/macextras/qmactoolbardelegate_p.h b/src/macextras/qmactoolbardelegate_p.h index cd56e4f..fa6d73c 100644 --- a/src/macextras/qmactoolbardelegate_p.h +++ b/src/macextras/qmactoolbardelegate_p.h @@ -34,6 +34,17 @@ #ifndef QMACTOOLBARDELEGATE_H #define QMACTOOLBARDELEGATE_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. +// + #import #include "qmactoolbar.h" #include "qmactoolbar_p.h" diff --git a/src/macextras/qmactoolbaritem_p.h b/src/macextras/qmactoolbaritem_p.h index 56f0c08..ff1a53e 100644 --- a/src/macextras/qmactoolbaritem_p.h +++ b/src/macextras/qmactoolbaritem_p.h @@ -34,6 +34,17 @@ #ifndef QMACTOOLBARITEM_P_H #define QMACTOOLBARITEM_P_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. +// + #undef slots #import diff --git a/src/macextras/qnstoolbar_p.h b/src/macextras/qnstoolbar_p.h index 8d6e431..d16e277 100644 --- a/src/macextras/qnstoolbar_p.h +++ b/src/macextras/qnstoolbar_p.h @@ -34,6 +34,17 @@ #ifndef QNSTOOLBAR_H #define QNSTOOLBAR_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 #include -- cgit v1.2.3