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