summaryrefslogtreecommitdiffstats
path: root/src/render/frontend
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-11-09 17:06:19 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-11-13 08:02:09 +0000
commite8d84eb0d5259a732968ed7b6bd28f2678619b48 (patch)
tree3ea0430366c275ab242748fdf0c9b18792a7991e /src/render/frontend
parentb36cb91542cd307883da72b6f6b42cce180e4b8a (diff)
Fix some syncqt warnings
Change-Id: Id02b9c0664054bfbdef2a0c52e2d51383c4e5bfc Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'src/render/frontend')
-rw-r--r--src/render/frontend/sphere_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/render/frontend/sphere_p.h b/src/render/frontend/sphere_p.h
index 84ba8baf6..7725379fc 100644
--- a/src/render/frontend/sphere_p.h
+++ b/src/render/frontend/sphere_p.h
@@ -37,6 +37,17 @@
#ifndef QT3DRENDER_RENDER_SPHERE_H
#define QT3DRENDER_RENDER_SPHERE_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 <Qt3DRender/private/qt3drender_global_p.h>
#include <Qt3DCore/qnodeid.h>
#include <Qt3DCore/qboundingsphere.h>