summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3d/items
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-10-12 18:39:54 +0100
committerPaul Lemire <paul.lemire@kdab.com>2015-10-13 13:19:47 +0000
commit0bfd20ad3b8eb3edec8d6317af9eb5504f8c0871 (patch)
tree04002f83b72636cbe93c0bbb7356789651141afc /src/quick3d/quick3d/items
parentba9218c4fa2ee88e8ded73cefa4b4b32a4822189 (diff)
Add "We mean it" warnings to private headers
Change-Id: Ic4a69123255c33990765ea3601e01914c2d8cb70 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/quick3d/quick3d/items')
-rw-r--r--src/quick3d/quick3d/items/quick3dentityloader_p.h11
-rw-r--r--src/quick3d/quick3d/items/quick3dnodeinstantiator_p.h11
-rw-r--r--src/quick3d/quick3d/items/quick3dnodeinstantiator_p_p.h11
3 files changed, 33 insertions, 0 deletions
diff --git a/src/quick3d/quick3d/items/quick3dentityloader_p.h b/src/quick3d/quick3d/items/quick3dentityloader_p.h
index b00eecc7a..2cd0ffda4 100644
--- a/src/quick3d/quick3d/items/quick3dentityloader_p.h
+++ b/src/quick3d/quick3d/items/quick3dentityloader_p.h
@@ -37,6 +37,17 @@
#ifndef QT3D_QUICK_QUICK3DENTITYLOADER_P_H
#define QT3D_QUICK_QUICK3DENTITYLOADER_P_H
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists for the convenience
+// of other Qt classes. This header file may change from version to
+// version without notice, or even be removed.
+//
+// We mean it.
+//
+
#include "quick3dentityloader.h"
#include <QQmlComponent>
diff --git a/src/quick3d/quick3d/items/quick3dnodeinstantiator_p.h b/src/quick3d/quick3d/items/quick3dnodeinstantiator_p.h
index 1dd0d0022..a3f9b3dda 100644
--- a/src/quick3d/quick3d/items/quick3dnodeinstantiator_p.h
+++ b/src/quick3d/quick3d/items/quick3dnodeinstantiator_p.h
@@ -38,6 +38,17 @@
#ifndef QT3D_QUICK_NODEINSTANTIATOR_H
#define QT3D_QUICK_NODEINSTANTIATOR_H
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists for the convenience
+// of other Qt classes. This header file may change from version to
+// version without notice, or even be removed.
+//
+// We mean it.
+//
+
#include <Qt3DQuick/qt3dquick_global.h>
#include <Qt3DCore/qnode.h>
#include <QtQml/qqmlcomponent.h>
diff --git a/src/quick3d/quick3d/items/quick3dnodeinstantiator_p_p.h b/src/quick3d/quick3d/items/quick3dnodeinstantiator_p_p.h
index 30b8c84d8..68a16b192 100644
--- a/src/quick3d/quick3d/items/quick3dnodeinstantiator_p_p.h
+++ b/src/quick3d/quick3d/items/quick3dnodeinstantiator_p_p.h
@@ -38,6 +38,17 @@
#ifndef QT3D_QUICK_QUICK3DNODEINSTANTIATOR_P_P_H
#define QT3D_QUICK_QUICK3DNODEINSTANTIATOR_P_P_H
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists for the convenience
+// of other Qt classes. This header file may change from version to
+// version without notice, or even be removed.
+//
+// We mean it.
+//
+
#include <private/qnode_p.h>
#include <private/qqmlchangeset_p.h>
#include <private/qqmlobjectmodel_p.h>