From c45b47e99eaf0bcecec606a304b338424d58561b Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Wed, 2 Dec 2015 15:53:04 +0100 Subject: Move core/io content to render/geometry and io Change-Id: I79e0b0d62e07a269ebfce99edff56d30da28494c Reviewed-by: Sean Harmer --- src/plugins/sceneparsers/gltf/gltfparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/sceneparsers/gltf/gltfparser.h') diff --git a/src/plugins/sceneparsers/gltf/gltfparser.h b/src/plugins/sceneparsers/gltf/gltfparser.h index 85fff0040..0a4bbcfe9 100644 --- a/src/plugins/sceneparsers/gltf/gltfparser.h +++ b/src/plugins/sceneparsers/gltf/gltfparser.h @@ -163,7 +163,7 @@ private: QFile* resolveLocalData(QString path) const; QVariant parameterValueFromJSON(int type, const QJsonValue &value) const; - static Qt3DCore::QAbstractAttribute::DataType accessorTypeFromJSON(int componentType); + static QAbstractAttribute::DataType accessorTypeFromJSON(int componentType); static uint accessorDataSizeFromJson(const QString &type); static QRenderState *buildStateEnable(int state); -- cgit v1.2.3