summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2016-01-15 09:23:30 +0000
committerSean Harmer <sean.harmer@kdab.com>2016-01-17 17:20:31 +0000
commit2a0f591dd0a62fbcf08b5681c8c752010babb4db (patch)
treedfc0856669557892f9283ca4e1195e1ba87fed0e /src
parentb9b7f21c815a28e7c8281e0b30744c7e3f12e515 (diff)
Add "We mean it" warning
Change-Id: Id52b55412be4e5e27476e05d1d66d226fcf5601e Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/render/backend/computejob_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/render/backend/computejob_p.h b/src/render/backend/computejob_p.h
index 0347e6088..30a5bf8b9 100644
--- a/src/render/backend/computejob_p.h
+++ b/src/render/backend/computejob_p.h
@@ -37,6 +37,17 @@
#ifndef QT3DRENDER_RENDER_COMPUTEJOB_P_H
#define QT3DRENDER_RENDER_COMPUTEJOB_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 <Qt3DCore/qbackendnode.h>
QT_BEGIN_NAMESPACE