aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-10-05 11:17:12 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-10-09 09:41:45 +0000
commit30fe82eb89e7b7f66444f5fabae9ac0954b1fecf (patch)
tree8d151793273c293415162ef68b265f259c38ff76 /src
parentee2e66abc45549b96e4b3ec47cbf693090ee751e (diff)
Add missing "We mean it" comments to private headers.
Change-Id: I230babbf8063a514ec017335c30f0c53637894fb Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/macextras/qmacfunctions_p.h11
-rw-r--r--src/macextras/qmactoolbar_p.h11
-rw-r--r--src/macextras/qmactoolbardelegate_p.h11
-rw-r--r--src/macextras/qmactoolbaritem_p.h11
-rw-r--r--src/macextras/qnstoolbar_p.h11
5 files changed, 55 insertions, 0 deletions
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 <AppKit/AppKit.h>
#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 <AppKit/AppKit.h>
#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 <AppKit/AppKit.h>
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 <AppKit/NSToolbar.h>
#include <qglobal.h>