summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/shaderbuilder/tst_shaderbuilder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/shaderbuilder/tst_shaderbuilder.cpp')
-rw-r--r--tests/auto/render/shaderbuilder/tst_shaderbuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/render/shaderbuilder/tst_shaderbuilder.cpp b/tests/auto/render/shaderbuilder/tst_shaderbuilder.cpp
index 526f46243..bacf1ab98 100644
--- a/tests/auto/render/shaderbuilder/tst_shaderbuilder.cpp
+++ b/tests/auto/render/shaderbuilder/tst_shaderbuilder.cpp
@@ -559,7 +559,7 @@ private slots:
QVERIFY(!Qt3DRender::Render::ShaderBuilder::getPrototypeNames().isEmpty());
QFETCH(Qt3DRender::QShaderProgram::ShaderType, type);
QFETCH(Qt3DRender::QShaderProgram::ShaderType, notificationType);
- Q_UNUSED(notificationType)
+ Q_UNUSED(notificationType);
const auto gl3Api = []{
auto api = Qt3DRender::GraphicsApiFilterData();