summaryrefslogtreecommitdiffstats
path: root/src/core/geometry/qgeometry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/geometry/qgeometry.h')
-rw-r--r--src/core/geometry/qgeometry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/geometry/qgeometry.h b/src/core/geometry/qgeometry.h
index 89b3c7019..8f21638b2 100644
--- a/src/core/geometry/qgeometry.h
+++ b/src/core/geometry/qgeometry.h
@@ -60,7 +60,7 @@ public:
explicit QGeometry(Qt3DCore::QNode *parent = nullptr);
~QGeometry();
- QVector<QAttribute *> attributes() const;
+ QList<QAttribute *> attributes() const;
Q_INVOKABLE void addAttribute(Qt3DCore::QAttribute *attribute);
Q_INVOKABLE void removeAttribute(Qt3DCore::QAttribute *attribute);