aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/wavefrontmesh/qwavefrontmesh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/wavefrontmesh/qwavefrontmesh.cpp')
-rw-r--r--src/imports/wavefrontmesh/qwavefrontmesh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/wavefrontmesh/qwavefrontmesh.cpp b/src/imports/wavefrontmesh/qwavefrontmesh.cpp
index 5d1affbdab..36cc4d4079 100644
--- a/src/imports/wavefrontmesh/qwavefrontmesh.cpp
+++ b/src/imports/wavefrontmesh/qwavefrontmesh.cpp
@@ -454,7 +454,7 @@ QString QWavefrontMesh::log() const
};
}
-bool QWavefrontMesh::validateAttributes(const QVector<QByteArray> &attributes, int *posIndex)
+bool QWavefrontMesh::validateAttributes(const QList<QByteArray> &attributes, int *posIndex)
{
Q_D(QWavefrontMesh);
const int attrCount = attributes.count();