summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qcuboidmesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qcuboidmesh.h')
-rw-r--r--src/render/frontend/qcuboidmesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/frontend/qcuboidmesh.h b/src/render/frontend/qcuboidmesh.h
index 8b8087dd6..33b79050a 100644
--- a/src/render/frontend/qcuboidmesh.h
+++ b/src/render/frontend/qcuboidmesh.h
@@ -98,7 +98,7 @@ protected:
QCuboidMesh(QCuboidMeshPrivate &dd, QNode *parent = 0);
private:
- QCuboidMesh *doClone() const Q_DECL_OVERRIDE;
+ QT3D_CLONEABLE(QCuboidMesh)
Q_DECLARE_PRIVATE(QCuboidMesh)
};