summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/gltfexport/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sceneparsers/gltfexport/main.cpp')
-rw-r--r--src/plugins/sceneparsers/gltfexport/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/sceneparsers/gltfexport/main.cpp b/src/plugins/sceneparsers/gltfexport/main.cpp
index 7a74d4d01..16cd533b8 100644
--- a/src/plugins/sceneparsers/gltfexport/main.cpp
+++ b/src/plugins/sceneparsers/gltfexport/main.cpp
@@ -50,8 +50,8 @@ class GLTFSceneExportPlugin : public Qt3DRender::QSceneExportPlugin
Qt3DRender::QSceneExporter *create(const QString &key, const QStringList &paramList) override
{
- Q_UNUSED(key)
- Q_UNUSED(paramList)
+ Q_UNUSED(key);
+ Q_UNUSED(paramList);
return new Qt3DRender::GLTFExporter();
}
};