summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/nodraw_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/nodraw_p.h')
-rw-r--r--src/render/framegraph/nodraw_p.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/render/framegraph/nodraw_p.h b/src/render/framegraph/nodraw_p.h
index 068143252..510327ff9 100644
--- a/src/render/framegraph/nodraw_p.h
+++ b/src/render/framegraph/nodraw_p.h
@@ -34,11 +34,22 @@
**
****************************************************************************/
-#include <Qt3DRenderer/private/framegraphnode_p.h>
-
#ifndef QT3DRENDER_RENDER_NODRAW_H
#define QT3DRENDER_RENDER_NODRAW_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 <Qt3DRenderer/private/framegraphnode_p.h>
+
QT_BEGIN_NAMESPACE
namespace Qt3DRender {