summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/qlevelofdetail/tst_qlevelofdetail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/qlevelofdetail/tst_qlevelofdetail.cpp')
-rw-r--r--tests/auto/render/qlevelofdetail/tst_qlevelofdetail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/render/qlevelofdetail/tst_qlevelofdetail.cpp b/tests/auto/render/qlevelofdetail/tst_qlevelofdetail.cpp
index 0c68cf42c..1ca307e7c 100644
--- a/tests/auto/render/qlevelofdetail/tst_qlevelofdetail.cpp
+++ b/tests/auto/render/qlevelofdetail/tst_qlevelofdetail.cpp
@@ -62,7 +62,7 @@ private Q_SLOTS:
{
// WHEN
- QVector<qreal> thresholds = {10., 20., 30.};
+ const QList<qreal> thresholds = { 10., 20., 30. };
lod->setThresholds(thresholds);
QCoreApplication::processEvents();