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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/io/qmeshdata_p.h b/src/render/io/qmeshdata_p.h
index 4774d5915..6e74b2370 100644
--- a/src/render/io/qmeshdata_p.h
+++ b/src/render/io/qmeshdata_p.h
@@ -66,7 +66,8 @@ public:
Q_DECLARE_PUBLIC(QMeshData)
QMeshData *q_ptr;
- QMap<QString, QAbstractAttributePtr> m_attributes;
+ QStringList m_attributesNames;
+ QVector<QAbstractAttributePtr> m_attributes;
QAbstractAttributePtr m_indexAttr;
QAxisAlignedBoundingBox m_bbox;
int m_verticesPerPatch;