summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/qchannelmapping/tst_qchannelmapping.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/animation/qchannelmapping/tst_qchannelmapping.cpp')
-rw-r--r--tests/auto/animation/qchannelmapping/tst_qchannelmapping.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/animation/qchannelmapping/tst_qchannelmapping.cpp b/tests/auto/animation/qchannelmapping/tst_qchannelmapping.cpp
index 714fbdd90..1b7d2123c 100644
--- a/tests/auto/animation/qchannelmapping/tst_qchannelmapping.cpp
+++ b/tests/auto/animation/qchannelmapping/tst_qchannelmapping.cpp
@@ -257,8 +257,8 @@ private Q_SLOTS:
QFETCH(int, expectedType);
QFETCH(int, expectedComponentCount);
- Q_UNUSED(expectedType)
- Q_UNUSED(expectedComponentCount)
+ Q_UNUSED(expectedType);
+ Q_UNUSED(expectedComponentCount);
TestArbiter arbiter;
Qt3DAnimation::QChannelMapping mapping;