summaryrefslogtreecommitdiffstats
path: root/src/extras/geometries/qplanegeometry_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/geometries/qplanegeometry_p.h')
-rw-r--r--src/extras/geometries/qplanegeometry_p.h23
1 files changed, 12 insertions, 11 deletions
diff --git a/src/extras/geometries/qplanegeometry_p.h b/src/extras/geometries/qplanegeometry_p.h
index b1f63f277..4e87a3781 100644
--- a/src/extras/geometries/qplanegeometry_p.h
+++ b/src/extras/geometries/qplanegeometry_p.h
@@ -53,20 +53,21 @@
#include <QtCore/QSize>
-#include <Qt3DRender/private/qgeometry_p.h>
+#include <Qt3DCore/private/qgeometry_p.h>
+#include <Qt3DExtras/qplanegeometry.h>
QT_BEGIN_NAMESPACE
-namespace Qt3DRender {
+namespace Qt3DCore {
class QAttribute;
class QBuffer;
-} // Qt3DRender
+} // Qt3DCore
namespace Qt3DExtras {
-class QPlaneGeometryPrivate : public Qt3DRender::QGeometryPrivate
+class QPlaneGeometryPrivate : public Qt3DCore::QGeometryPrivate
{
public:
QPlaneGeometryPrivate();
@@ -76,13 +77,13 @@ public:
float m_height;
QSize m_meshResolution;
bool m_mirrored;
- Qt3DRender::QAttribute *m_positionAttribute;
- Qt3DRender::QAttribute *m_normalAttribute;
- Qt3DRender::QAttribute *m_texCoordAttribute;
- Qt3DRender::QAttribute *m_tangentAttribute;
- Qt3DRender::QAttribute *m_indexAttribute;
- Qt3DRender::QBuffer *m_vertexBuffer;
- Qt3DRender::QBuffer *m_indexBuffer;
+ Qt3DCore::QAttribute *m_positionAttribute;
+ Qt3DCore::QAttribute *m_normalAttribute;
+ Qt3DCore::QAttribute *m_texCoordAttribute;
+ Qt3DCore::QAttribute *m_tangentAttribute;
+ Qt3DCore::QAttribute *m_indexAttribute;
+ Qt3DCore::QBuffer *m_vertexBuffer;
+ Qt3DCore::QBuffer *m_indexBuffer;
Q_DECLARE_PUBLIC(QPlaneGeometry)