summaryrefslogtreecommitdiffstats
path: root/src/render/io/qmeshdata_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/io/qmeshdata_p.h')
-rw-r--r--src/render/io/qmeshdata_p.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/render/io/qmeshdata_p.h b/src/render/io/qmeshdata_p.h
index acb0fb872..19bb89963 100644
--- a/src/render/io/qmeshdata_p.h
+++ b/src/render/io/qmeshdata_p.h
@@ -47,7 +47,6 @@ QT_BEGIN_NAMESPACE
namespace Qt3D {
-class QMeshData;
class QAbstractAttribute;
class QAbstractBuffer;
@@ -56,10 +55,7 @@ typedef QSharedPointer<QAbstractAttribute> QAbstractAttributePtr;
class QMeshDataPrivate
{
public:
- QMeshDataPrivate(QMeshData *qq);
-
- Q_DECLARE_PUBLIC(QMeshData)
- QMeshData *q_ptr;
+ QMeshDataPrivate();
QStringList m_attributesNames;
QVector<QAbstractAttributePtr> m_attributes;