summaryrefslogtreecommitdiffstats
path: root/src/extras/geometries/qcuboidgeometry_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/geometries/qcuboidgeometry_p.h')
-rw-r--r--src/extras/geometries/qcuboidgeometry_p.h23
1 files changed, 12 insertions, 11 deletions
diff --git a/src/extras/geometries/qcuboidgeometry_p.h b/src/extras/geometries/qcuboidgeometry_p.h
index 2c0ea5524..399ea5876 100644
--- a/src/extras/geometries/qcuboidgeometry_p.h
+++ b/src/extras/geometries/qcuboidgeometry_p.h
@@ -53,20 +53,21 @@
#include <QtCore/QSize>
-#include <Qt3DRender/private/qgeometry_p.h>
+#include <Qt3DCore/private/qgeometry_p.h>
+#include <Qt3DExtras/qcuboidgeometry.h>
QT_BEGIN_NAMESPACE
-namespace Qt3DRender {
+namespace Qt3DCore {
class QAttribute;
class QBuffer;
-} // Qt3DRender
+} // Qt3DCore
namespace Qt3DExtras {
-class QCuboidGeometryPrivate : public Qt3DRender::QGeometryPrivate
+class QCuboidGeometryPrivate : public Qt3DCore::QGeometryPrivate
{
public:
QCuboidGeometryPrivate();
@@ -82,13 +83,13 @@ public:
QSize m_xzFaceResolution;
QSize m_xyFaceResolution;
- 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(QCuboidGeometry)