aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/wavefrontmesh/qwavefrontmesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/wavefrontmesh/qwavefrontmesh.h')
-rw-r--r--src/imports/wavefrontmesh/qwavefrontmesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/wavefrontmesh/qwavefrontmesh.h b/src/imports/wavefrontmesh/qwavefrontmesh.h
index 67e0527e5d..adcf9d6052 100644
--- a/src/imports/wavefrontmesh/qwavefrontmesh.h
+++ b/src/imports/wavefrontmesh/qwavefrontmesh.h
@@ -83,7 +83,7 @@ public:
Error lastError() const;
void setLastError(Error lastError);
- bool validateAttributes(const QVector<QByteArray> &attributes, int *posIndex) override;
+ bool validateAttributes(const QList<QByteArray> &attributes, int *posIndex) override;
QSGGeometry *updateGeometry(QSGGeometry *geometry, int attrCount, int posIndex,
const QRectF &srcRect, const QRectF &rect) override;
QString log() const override;