summaryrefslogtreecommitdiffstats
path: root/src/render/io/qsceneexportplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/io/qsceneexportplugin.cpp')
-rw-r--r--src/render/io/qsceneexportplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/io/qsceneexportplugin.cpp b/src/render/io/qsceneexportplugin.cpp
index b7dea8f63..9ba2a6298 100644
--- a/src/render/io/qsceneexportplugin.cpp
+++ b/src/render/io/qsceneexportplugin.cpp
@@ -55,8 +55,8 @@ QSceneExportPlugin::~QSceneExportPlugin()
QSceneExporter *QSceneExportPlugin::create(const QString &key, const QStringList &paramList)
{
- Q_UNUSED(key)
- Q_UNUSED(paramList)
+ Q_UNUSED(key);
+ Q_UNUSED(paramList);
return nullptr;
}