summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/bezierevaluator/tst_bezierevaluator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/animation/bezierevaluator/tst_bezierevaluator.cpp')
-rw-r--r--tests/auto/animation/bezierevaluator/tst_bezierevaluator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/animation/bezierevaluator/tst_bezierevaluator.cpp b/tests/auto/animation/bezierevaluator/tst_bezierevaluator.cpp
index aa3679aef..a6460e4ef 100644
--- a/tests/auto/animation/bezierevaluator/tst_bezierevaluator.cpp
+++ b/tests/auto/animation/bezierevaluator/tst_bezierevaluator.cpp
@@ -79,7 +79,7 @@ private Q_SLOTS:
float c = 0.0f;
float d = 0.0f;
int rootCount = 1;
- QList<float> roots = { 0.0f };
+ QVector<float> roots = { 0.0f };
QTest::newRow("a=1, b=0, c=0, d=0") << a << b << c << d << rootCount << roots;
roots.clear();