summaryrefslogtreecommitdiffstats
path: root/src/render/qrendererplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/qrendererplugin.cpp')
-rw-r--r--src/render/qrendererplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/qrendererplugin.cpp b/src/render/qrendererplugin.cpp
index a9ce2c744..edd4b1bf0 100644
--- a/src/render/qrendererplugin.cpp
+++ b/src/render/qrendererplugin.cpp
@@ -56,7 +56,7 @@ QRendererPlugin::~QRendererPlugin()
AbstractRenderer *QRendererPlugin::create(const QString &key)
{
- Q_UNUSED(key)
+ Q_UNUSED(key);
return nullptr;
}