summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/gltf/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sceneparsers/gltf/main.cpp')
-rw-r--r--src/plugins/sceneparsers/gltf/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/sceneparsers/gltf/main.cpp b/src/plugins/sceneparsers/gltf/main.cpp
index d113b2efb..6c612b24d 100644
--- a/src/plugins/sceneparsers/gltf/main.cpp
+++ b/src/plugins/sceneparsers/gltf/main.cpp
@@ -51,8 +51,8 @@ class GLTFSceneImportPlugin : public Qt3DRender::QSceneImportPlugin
Qt3DRender::QSceneImporter *create(const QString &key, const QStringList &paramList) override
{
- Q_UNUSED(key)
- Q_UNUSED(paramList)
+ Q_UNUSED(key);
+ Q_UNUSED(paramList);
return new Qt3DRender::GLTFImporter();
}
};